benc-uk / k6-reporter

Output K6 test run results as formatted & easy to read HTML reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish this extension to npmjs

BePo65 opened this issue · comments

By now in the test file we have to import this extension via a path to github.

Wouldn't it be easier to import it from node_modules (after 'installing' it from npmjs) - at least when k6 is used in javascript / node based environments?

AFAIK for this all what is needed is a package.json with a 'main' property in the dist folder.

k6 cannot use "local" modules. Sorry; should have tried it before.

I didn't think you could, otherwise that would have been my first choice! 😁