Publish this extension to npmjs
BePo65 opened this issue · comments
Bernhard P. commented
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.
Bernhard P. commented
k6 cannot use "local" modules. Sorry; should have tried it before.
Ben Coleman commented
I didn't think you could, otherwise that would have been my first choice! 😁