source: trip-planner-front/node_modules/@schematics/angular/e2e/schema.json@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 674 bytes
Line 
1{
2 "$schema": "http://json-schema.org/draft-07/schema",
3 "$id": "SchematicsAngularE2eApp",
4 "title": "Angular e2e Application Options Schema",
5 "type": "object",
6 "additionalProperties": false,
7 "description": "Generates a new, generic end-to-end test definition for the given or default project.",
8 "long-description": "e2e-long.md",
9 "properties": {
10 "rootSelector": {
11 "description": "The HTML selector for the root component of the test app.",
12 "type": "string",
13 "default": "app-root"
14 },
15 "relatedAppName": {
16 "description": "The name of the app being tested.",
17 "type": "string"
18 }
19 },
20 "required": ["relatedAppName"]
21}
Note: See TracBrowser for help on using the repository browser.