mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
mochawesome test push
This commit is contained in:
parent
f7b1133600
commit
5106002c62
2 changed files with 14855 additions and 59 deletions
14911
src/package-lock.json
generated
14911
src/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -89,6 +89,7 @@
|
|||
"etherpad-cli-client": "0.0.9",
|
||||
"mocha": "7.1.2",
|
||||
"mocha-froth": "^0.2.10",
|
||||
"mochawesome": "^6.2.1",
|
||||
"nyc": "15.0.1",
|
||||
"set-cookie-parser": "^2.4.6",
|
||||
"sinon": "^9.2.0",
|
||||
|
@ -151,6 +152,8 @@
|
|||
"lint": "eslint .",
|
||||
"test": "nyc mocha --timeout 30000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
||||
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api"
|
||||
# leaving for reference, might re-use
|
||||
# --reporter mochawesome --reporter-options html=false
|
||||
},
|
||||
"version": "1.8.7",
|
||||
"license": "Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue