Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgermduarte/template-k6-load-tests
A k6 project for load tests in typescript.
https://github.com/jorgermduarte/template-k6-load-tests
babel eslint example hooks husky integration-test integration-testing k6 lint load-tests node prettier project smoke-test smoke-tests template typescript webpack webpack-plugin
Last synced: about 16 hours ago
JSON representation
A k6 project for load tests in typescript.
- Host: GitHub
- URL: https://github.com/jorgermduarte/template-k6-load-tests
- Owner: jorgermduarte
- License: mit
- Created: 2021-10-28T13:34:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T11:01:10.000Z (over 1 year ago)
- Last Synced: 2024-07-30T20:15:24.488Z (4 months ago)
- Topics: babel, eslint, example, hooks, husky, integration-test, integration-testing, k6, lint, load-tests, node, prettier, project, smoke-test, smoke-tests, template, typescript, webpack, webpack-plugin
- Language: TypeScript
- Homepage:
- Size: 536 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# K6 - Webpack
A example repository for k6 usage with webpack using typescript.# Getting Started
**Extension required:**
> https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint**Commands required**
- brew install k6
- npm install## Commands Available
"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"
## __Project Content__
- Webpack
- K6 integration
- K6 automatic reports
- Prettier
- Eslint
- Husky Hooks
- Typescript