load tests for scrape route

This commit is contained in:
rafaelsideguide
2024-05-22 09:30:32 -03:00
parent 75f4e34d8e
commit 068a240ab4
15 changed files with 5150 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "",
"scripts": {
"test:suite": "npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false",
"test:load": "artillery run load-test.yml",
"test:load": "artillery run --output ./load-test-results/test-1-5/assets/test-run-report.json load-test.yml",
"test:scrape": "npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false --testPathPattern=tests/scrape.test.ts",
"test:crawl": "npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false --testPathPattern=tests/crawl.test.ts"
},