k6-template-typescript
k6-template-typescript copied to clipboard
Template to use TypeScript with k6
According to https://github.com/grafana/k6-docs/issues/794, bundling k6 tests in CommonJS currently offers no significant benefit. Then, for simplicity, this project should transpile to ES modules.
Hi guys, I added Typescript into my k6 scripts and I'm finding it difficult to extend the __ENV type. There are some __ENV variables I defined to be a number,...
After the initial setup and first test implemented I've noticed that the VUs are consuming huge amount of memory (17-20MB per each), while the output files in `dist/` are around...
Hi folks, I'm having a great time using K6. Has been a big help in diagnosing some bottlenecks in my team's application. It's a beast! Our K6 tests have traditionally...
When it came to running the `yarn webpack` , I ran into the following error: _Error message "error:0308010C:digital envelope routines::unsupported"_ I got it working by following a recommendation from the...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Could you please clarify how to achieve the same directory structure in the dist/ as in the src/. None of the responses from here https://stackoverflow.com/questions/52121725/maintain-src-folder-structure-when-building-to-dist-folder-with-typescript-3 helped. Thanks in advance
Currently, we are using K6 as our main tool for load testing. We have a large number of React components, each responsible for its own data. I was thinking about...
Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...