|
22 | 22 | "schematics:build": "npm run build --prefix ./schematics",
|
23 | 23 | "build:playground": "ng build --project helipopper-playground --prod",
|
24 | 24 | "test:playground": "ng test --project helipopper-playground",
|
25 |
| - "serve:integration:static": "serve dist/helipopper-playground -l 4200", |
| 25 | + "serve:playground": "ng s --project helipopper-playground --live-reload false", |
| 26 | + "serve:playground:static": "serve dist/helipopper-playground -l 4200", |
26 | 27 | "// - E2E": "E2E testing",
|
27 | 28 | "cy:open": "cypress open --config integrationFolder=cypress/integration",
|
28 | 29 | "cy:run": "cypress run --config integrationFolder=cypress/integration",
|
29 |
| - "e2e": "start-test serve:integration 4200 cy:open", |
30 |
| - "e2e:chrome": "start-test serve:integration 4200 cy:run:chrome", |
31 |
| - "e2e:chromium": "start-test serve:integration 4200 cy:run:chromium", |
| 30 | + "e2e": "start-test serve:playground 4200 cy:open", |
| 31 | + "e2e:chrome": "start-test serve:playground 4200 cy:run:chrome", |
| 32 | + "e2e:chromium": "start-test serve:playground 4200 cy:run:chromium", |
32 | 33 | "// - CI": "CI Testing",
|
33 |
| - "test:ci:e2e": "start-test serve:integration:static 4200 cy:run", |
| 34 | + "test:ci:e2e": "start-test serve:playground:static 4200 cy:run", |
34 | 35 | "test:playground:ci": "cross-env CI=true npm run test:playground -- --watch=false --browsers=ChromeHeadlessCustom"
|
35 | 36 | },
|
36 | 37 | "private": true,
|
|
0 commit comments