Separate e2e tests

This commit is contained in:
Daniel Gonzalez
2025-05-28 20:52:25 -04:00
parent 3f91653d23
commit 8843b3e2b0
5 changed files with 80 additions and 88 deletions
+1
View File
@@ -10,6 +10,7 @@
"test:all": "export SVC_ENV=test && c8 --reporter=text mocha --exit --timeout 15000 --recursive test/unit test/e2e/automated/",
"test:unit": "export SVC_ENV=test && c8 --reporter=text mocha --exit --timeout 15000 --recursive test/unit/",
"test:e2e:auto": "export SVC_ENV=test && mocha --exit --timeout 15000 test/e2e/automated/",
"start:e2e:server": "export SVC_ENV=test && node index.js",
"test:temp": "export SVC_ENV=test && mocha --exit --timeout 15000 -g '#rate-limit' test/unit/json-rpc/",
"lint": "standard --env mocha --fix",
"docs": "./node_modules/.bin/apidoc -i src/ -o docs",