A example repository for k6 usage with webpack using typescript.
Extension required:
https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
Commands required
- brew install k6
- npm install
"start": "k6 run build/build.bundle.js",
"webpack": "webpack",
"prepare": "npm run compile",
"lint": "gts lint",
"clean": "gts clean",
"fix": "gts fix",
"posttest": "npm run lint",
"compile": "tsc",
"pretest": "npm run compile"
- Webpack
- K6 integration
- K6 automatic reports
- Prettier
- Eslint
- Husky Hooks
- Typescript