|
5 | 5 | "scripts": {
|
6 | 6 | "test": "TZ=UTC NODE_ENV=test ./node_modules/karma/bin/karma start",
|
7 | 7 | "pretest": "NODE_ENV=test npm run lint",
|
8 |
| - "nightwatch": "export API_HOST='http://localhost:8009' && npm run build && npm run install-selenium && ./node_modules/nightwatch/bin/nightwatch", |
9 |
| - "nightwatch-single": "./node_modules/nightwatch/bin/nightwatch", |
10 | 8 | "browser-tests": "NODE_ENV=test ./node_modules/karma/bin/karma start--browsers Chrome",
|
11 | 9 | "test-watch": "TZ=UTC NODE_ENV=test ./node_modules/karma/bin/karma start --no-single-run --reporters=mocha",
|
12 | 10 | "start": "NODE_ENV=development NODE_OPTIONS='--max-old-space-size=4096' ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --color --progress --port 3000 --host 0.0.0.0",
|
|
18 | 16 | "build-config": "NODE_ENV=production node buildconfig",
|
19 | 17 | "server": "node server",
|
20 | 18 | "lint": "./node_modules/.bin/eslint app test",
|
21 |
| - "install-selenium": "./node_modules/selenium-standalone/bin/selenium-standalone install --version=2.53.0", |
22 | 19 | "build-docs": "./update-gh-pages.sh",
|
23 | 20 | "serve-docs": "./node_modules/.bin/gitbook serve",
|
24 | 21 | "update-translations": "i18next 'app/**/*.js' 'node_modules/tideline/{plugins,js}/**/*.js' 'node_modules/@tidepool/viz/{storiesDatatypes,storybookDatatypes,stories,src}/**/*.js' -c i18next-parser.config.json -o ."
|
|
91 | 88 | "mocha": "5.2.0",
|
92 | 89 | "moment": "2.22.2",
|
93 | 90 | "ms": "2.1.1",
|
94 |
| - "nightwatch": "0.9.21", |
95 | 91 | "object-invariant-test-helper": "0.1.1",
|
96 | 92 | "optimize-css-assets-webpack-plugin": "5.0.3",
|
97 | 93 | "optional": "0.1.4",
|
|
123 | 119 | "rollbar-sourcemap-webpack-plugin": "2.5.3",
|
124 | 120 | "salinity": "0.0.8",
|
125 | 121 | "script-loader": "0.7.2",
|
126 |
| - "selenium-standalone": "6.15.2", |
127 | 122 | "shelljs": "0.8.3",
|
128 | 123 | "sinon": "6.2.0",
|
129 | 124 | "source-map-loader": "0.2.4",
|
|
0 commit comments