Skip to content

Commit e504d81

Browse files
crisbetojosephperrott
authored andcommitted
build: bump screenshot tool to Angular 6 (#11150)
1 parent 0e49877 commit e504d81

File tree

5 files changed

+4027
-2362
lines changed

5 files changed

+4027
-2362
lines changed

tools/screenshot-test/angular-cli.json

Lines changed: 0 additions & 47 deletions
This file was deleted.

tools/screenshot-test/angular.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3+
"version": 1,
4+
"newProjectRoot": "projects",
5+
"projects": {
6+
"screenshot-test": {
7+
"root": "",
8+
"sourceRoot": "src",
9+
"projectType": "application",
10+
"architect": {
11+
"build": {
12+
"builder": "@angular-devkit/build-angular:browser",
13+
"options": {
14+
"outputPath": "dist",
15+
"index": "src/index.html",
16+
"main": "src/main.ts",
17+
"tsConfig": "src/tsconfig.json",
18+
"assets": [
19+
"src/favicon.ico"
20+
],
21+
"styles": [
22+
"src/styles.css"
23+
],
24+
"scripts": []
25+
},
26+
"configurations": {}
27+
},
28+
"serve": {
29+
"builder": "@angular-devkit/build-angular:dev-server",
30+
"options": {
31+
"browserTarget": "screenshot-test:build"
32+
},
33+
"configurations": {}
34+
},
35+
"extract-i18n": {
36+
"builder": "@angular-devkit/build-angular:extract-i18n",
37+
"options": {
38+
"browserTarget": "screenshot-test:build"
39+
}
40+
},
41+
"lint": {
42+
"builder": "@angular-devkit/build-angular:tslint",
43+
"options": {
44+
"tsConfig": [],
45+
"exclude": []
46+
}
47+
}
48+
}
49+
},
50+
"screenshot-test-e2e": {
51+
"root": "",
52+
"sourceRoot": "",
53+
"projectType": "application"
54+
}
55+
},
56+
"defaultProject": "screenshot-test",
57+
"schematics": {
58+
"@schematics/angular:component": {
59+
"prefix": "app",
60+
"styleext": "css"
61+
},
62+
"@schematics/angular:directive": {
63+
"prefix": "app"
64+
}
65+
}
66+
}

0 commit comments

Comments
 (0)