Skip to content

Commit becbbcf

Browse files
committed
SECURITY-156 drop unused nightwatch
1 parent e180e75 commit becbbcf

8 files changed

+70
-946
lines changed

.bookignore

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ index.html
2323
karma.conf.js
2424
LICENSE
2525
loadtests.js
26-
nightwatch-globals.js
27-
nightwatch.json
2826
package.json
2927
postcss.config.js
3028
server.js

SUMMARY.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
+ [Redux](docs/Redux.md)
1212
+ [Glossary of state tree terms](docs/StateTreeGlossary.md)
1313
+ [webpack](docs/Webpack.md)
14-
+ [misc](docs/Misc.md)
15-
+ [integration testing](docs/IntegrationTesting.md)
14+
+ [misc]
1615
+ ["fake child accounts"](docs/FakeChildAccounts.md)

docs/IntegrationTesting.md

-38
This file was deleted.

docs/Misc.md

-3
This file was deleted.

nightwatch-globals.js

-11
This file was deleted.

nightwatch.json

-48
This file was deleted.

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"scripts": {
66
"test": "TZ=UTC NODE_ENV=test ./node_modules/karma/bin/karma start",
77
"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",
108
"browser-tests": "NODE_ENV=test ./node_modules/karma/bin/karma start--browsers Chrome",
119
"test-watch": "TZ=UTC NODE_ENV=test ./node_modules/karma/bin/karma start --no-single-run --reporters=mocha",
1210
"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,7 +16,6 @@
1816
"build-config": "NODE_ENV=production node buildconfig",
1917
"server": "node server",
2018
"lint": "./node_modules/.bin/eslint app test",
21-
"install-selenium": "./node_modules/selenium-standalone/bin/selenium-standalone install --version=2.53.0",
2219
"build-docs": "./update-gh-pages.sh",
2320
"serve-docs": "./node_modules/.bin/gitbook serve",
2421
"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,7 +88,6 @@
9188
"mocha": "5.2.0",
9289
"moment": "2.22.2",
9390
"ms": "2.1.1",
94-
"nightwatch": "0.9.21",
9591
"object-invariant-test-helper": "0.1.1",
9692
"optimize-css-assets-webpack-plugin": "5.0.3",
9793
"optional": "0.1.4",
@@ -123,7 +119,6 @@
123119
"rollbar-sourcemap-webpack-plugin": "2.5.3",
124120
"salinity": "0.0.8",
125121
"script-loader": "0.7.2",
126-
"selenium-standalone": "6.15.2",
127122
"shelljs": "0.8.3",
128123
"sinon": "6.2.0",
129124
"source-map-loader": "0.2.4",

0 commit comments

Comments
 (0)