Files
PerformanceTests/package.json
T

14 lines
439 B
JSON

{
"name": "k6-tests",
"version": "1.0.0",
"description": "K6 load tests for NowChess",
"scripts": {
"test:smoke": "k6 run simulations/smokeTest.js",
"test:load": "k6 run simulations/loadTest.js",
"test:stress": "k6 run simulations/stressTest.js",
"test:spike": "k6 run simulations/spikeTest.js",
"test:endurance": "k6 run simulations/enduranceTest.js"
},
"keywords": ["k6", "load-testing", "performance"]
}