add k6 test whitelist switch, allow elb health check

This commit is contained in:
wphan
2023-07-05 16:11:55 -07:00
parent e4ffb91b5c
commit 2e25fbef62
4 changed files with 50 additions and 1 deletions

View File

@@ -26,12 +26,14 @@
"winston": "^3.8.1"
},
"devDependencies": {
"@types/k6": "^0.45.0",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^7.0.4",
"k6": "^0.0.0",
"prettier": "^2.4.1",
"ts-node": "^10.9.1"
},