e2e.json 483 B

1234567891011121314151617
  1. {
  2. "$schema": "http://json-schema.org/schema",
  3. "$id": "ng-cli://commands/e2e.json",
  4. "description": "Builds and serves an Angular app, then runs end-to-end tests using Protractor.",
  5. "$longDescription": "./e2e-long.md",
  6. "$aliases": [ "e" ],
  7. "$scope": "in",
  8. "$type": "architect",
  9. "$impl": "./e2e-impl#E2eCommand",
  10. "type": "object",
  11. "allOf": [
  12. { "$ref": "./definitions.json#/definitions/architect" },
  13. { "$ref": "./definitions.json#/definitions/base" }
  14. ]
  15. }