We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb23f3 commit a7ef783Copy full SHA for a7ef783
1 file changed
package.json
@@ -74,7 +74,7 @@
74
"test:deprecated": "DEBUG=${DEBUG:-lib:user} REPLAY=bloody NODE_TLS_REJECT_UNAUTHORIZED=0 nyc mocha --timeout 25000 test/routes/deprecated-spec.js",
75
"test:fielddb": "NODE_ENV=localhost jasmine-node node_modules/fielddb/tests",
76
"test:production": "ls config/production.js",
77
- "test:ui": "git clone https://github.com/FieldDB/FieldDB.git && cd FieldDB/test-e2e && npm install && npm run test",
+ "test:ui": "git clone https://github.com/FieldDB/FieldDB.git && cd FieldDB/test-e2e && npm install && npx playwright install firefox chromium && npm run test",
78
"watch": "nodemon ./bin/www.js"
79
},
80
"license": "Apache-2.0"
0 commit comments