Add k6 tests
This commit is contained in:
18
load-tests/package.json
Normal file
18
load-tests/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "yarn build && node dist/api-test.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"js-yaml": "^4.1.0",
|
||||
"k6": "^0.0.0"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
||||
"devDependencies": {
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/k6": "^1.2.0",
|
||||
"@types/node": "^24.5.2",
|
||||
"tsx": "^4.20.5",
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user