mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-10 09:03:37 +00:00
add playwright layout
This commit is contained in:
+17
-1
@@ -2,7 +2,9 @@
|
||||
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
||||
"version": 1,
|
||||
"cli": {
|
||||
"packageManager": "npm"
|
||||
"packageManager": "npm",
|
||||
"analytics": false,
|
||||
"schematicCollections": ["@schematics/angular", "playwright-ng-schematics"]
|
||||
},
|
||||
"newProjectRoot": "projects",
|
||||
"projects": {
|
||||
@@ -64,6 +66,20 @@
|
||||
},
|
||||
"test": {
|
||||
"builder": "@angular/build:unit-test"
|
||||
},
|
||||
"e2e": {
|
||||
"builder": "playwright-ng-schematics:playwright",
|
||||
"options": {
|
||||
"devServerTarget": "webui:serve"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"devServerTarget": "webui:serve:production"
|
||||
},
|
||||
"development": {
|
||||
"devServerTarget": "webui:serve:development"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user