|
7 | 7 | "start": "ng serve --proxy-config proxy.conf.json",
|
8 | 8 | "build": "ng build",
|
9 | 9 | "test": "ng test",
|
10 |
| - "test-saucelabs-local": "ng test --config karma-saucelabs.conf.js", |
11 |
| - "test-browserstack-local": "ng test --config karma-browserstack.conf.js", |
| 10 | + "test-saucelabs-local": "node ./node_modules/@angular/cli/bin/ng test --config karma-saucelabs.conf.js", |
| 11 | + "test-browserstack-local": "node ./node_modules/@angular/cli/bin/ng test --config karma-browserstack.conf.js", |
12 | 12 | "lint": "ng lint",
|
13 |
| - "e2e": "ng e2e --proxy-config proxy.conf.json", |
14 |
| - "e2e-saucelabs-local": "ng e2e --proxy-config proxy.conf.json --host dataflow.local --config protractor-saucelabs.conf.js -prod", |
15 |
| - "e2e-browserstack-local": "ng e2e --proxy-config proxy.conf.json --host dataflow.local --config protractor-browserstack.conf.js -prod", |
| 13 | + "e2e": "node ./node_modules/@angular/cli/bin/ng e2e --proxy-config proxy.conf.json", |
| 14 | + "e2e-saucelabs-local": "node ./node_modules/@angular/cli/bin/ng e2e --proxy-config proxy.conf.json --host dataflow.local --config protractor-saucelabs.conf.js -prod", |
| 15 | + "e2e-browserstack-local": "node ./node_modules/@angular/cli/bin/ng e2e --proxy-config proxy.conf.json --host dataflow.local --config protractor-browserstack.conf.js -prod", |
16 | 16 | "install": "napa pivotal-cf/pivotal-ui:pivotal-ui-git-clone",
|
17 | 17 | "doc": "./node_modules/.bin/compodoc -p tsconfig.json -n \"Spring Cloud Data Flow Dashboard Documentation\"",
|
18 | 18 | "mavenbuild-tests": "node ./node_modules/@angular/cli/bin/ng test --code-coverage true --watch false --browsers ChromeHeadless",
|
|
77 | 77 | "@types/d3-dsv": "1.0.31",
|
78 | 78 | "browserstack-local": "1.3.0",
|
79 | 79 | "napa": "3.0.0",
|
80 |
| - "webpack-bundle-analyzer": "2.9.0" |
| 80 | + "webpack-bundle-analyzer": "2.9.0", |
| 81 | + "protractor-docker-plugin": "./protractor-docker-plugin" |
81 | 82 | },
|
82 | 83 | "napa-config": {
|
83 | 84 | "cache": false
|
|
0 commit comments