Half way in improving e2e test infrastructure and refactoring tests to the enhanced (un)subscription process
This commit is contained in:
parent
62cc881fd4
commit
328034bae0
16 changed files with 482 additions and 153 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"sqldumptest": "NODE_ENV=test DUMP_NAME_SUFFIX=-test npm run sqldump",
|
||||
"sqlresettest": "NODE_ENV=test npm run sqldrop && NODE_ENV=test npm run sqlinit",
|
||||
"starttest": "NODE_ENV=test node index.js",
|
||||
"_e2e": "NODE_ENV=test mocha test/e2e/index.js",
|
||||
"_e2e": "NODE_ENV=test node test/e2e/index.js",
|
||||
"e2e": "npm run sqlresettest && npm run _e2e"
|
||||
},
|
||||
"repository": {
|
||||
|
|
@ -70,6 +70,7 @@
|
|||
"faker": "^4.1.0",
|
||||
"feedparser": "^2.1.0",
|
||||
"file-type": "^4.1.0",
|
||||
"fs-extra": "^3.0.1",
|
||||
"geoip-ultralight": "^0.1.5",
|
||||
"gettext-parser": "^1.2.2",
|
||||
"gm": "^1.23.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue