k6-template-typescript icon indicating copy to clipboard operation
k6-template-typescript copied to clipboard

Template to use TypeScript with k6

Results 18 k6-template-typescript issues
Sort by recently updated
recently updated
newest added

Could you please clarify how to configure various reports in this template ? Can I set them to template level rather than at each test case level.

Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

This was a complex issue that required more or less the changes to webpack and the move of the babel config to fix. babel.config.json changes are there as on a...

It is not supported in TypeScript yet - [Add support for URI style import](https://github.com/microsoft/TypeScript/issues/35749). You need to use `ts-ignore` to skip the compiler error. ```js import { sleep, check }...

Hi @simskij , I'm struggling with making your template working with chunking files. It works great when each output script embeds everything (its own imports) in its final .js file,...

When we simplified this project from the previous (significantly more complete example) we, unfortunately, ended up with only two test files. This means the repo no longer contains any example...

enhancement

Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.15.0. Changelog Sourced from terser's changelog. v5.15.0 Basic support for ES2022 class static initializer blocks. Add AudioWorkletNode constructor options to domprops list (#1230) Make identity...

dependencies

I am new to k6 and have been using it to test a react web application written in typescript. So I am using this template to compile the typescript component...

Covered everything in the title. I started using your template to migrate from JS to TS but I'm seeing some articles claiming there's a negative performance hit such as :...

Hello, Thanks for the project, I'd suggest switching over to `esbuild` which is a much faster bundler/transpiler than webpack. It looks like someone already made a functioning one: https://github.com/nickcwilkins/k6-template-esbuild-typescript/tree/main