{
  "$schema": "http://json-schema.org/schema",
  "$id": "ng-cli://commands/e2e.json",
  "description": "Builds and serves an Angular app, then runs end-to-end tests using Protractor.",
  "$longDescription": "./e2e-long.md",

  "$aliases": [ "e" ],
  "$scope": "in",
  "$type": "architect",
  "$impl": "./e2e-impl#E2eCommand",

  "type": "object",
  "allOf": [
    { "$ref": "./definitions.json#/definitions/architect" },
    { "$ref": "./definitions.json#/definitions/base" }
  ]
}
