Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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