mirror of
https://github.com/wassname/talk.git
synced 2026-08-20 12:50:41 +08:00
Utilizing test db for e2e tests.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
"test": "mocha --compilers js:babel-core/register --recursive tests",
|
||||
"test-watch": "mocha --compilers js:babel-core/register --recursive -w tests",
|
||||
"embed-start": "npm run build && ./bin/www",
|
||||
"pree2e": "node_modules/selenium-standalone/bin/selenium-standalone install",
|
||||
"pree2e": "./pree2e.sh",
|
||||
"e2e": "node_modules/.bin/nightwatch"
|
||||
},
|
||||
"config": {
|
||||
|
||||
Reference in New Issue
Block a user