Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
473 bytes
|
Line | |
---|
1 | {
|
---|
2 | "$schema": "http://json-schema.org/draft-07/schema",
|
---|
3 | "$id": "ng-cli://commands/e2e.json",
|
---|
4 | "description": "Builds and serves an Angular app, then runs end-to-end tests.",
|
---|
5 | "$longDescription": "./e2e-long.md",
|
---|
6 |
|
---|
7 | "$aliases": ["e"],
|
---|
8 | "$scope": "in",
|
---|
9 | "$type": "architect",
|
---|
10 | "$impl": "./e2e-impl#E2eCommand",
|
---|
11 |
|
---|
12 | "type": "object",
|
---|
13 | "allOf": [
|
---|
14 | { "$ref": "./definitions.json#/definitions/architect" },
|
---|
15 | { "$ref": "./definitions.json#/definitions/base" }
|
---|
16 | ]
|
---|
17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.