artillery-plugin-reportgen
v0.0.14
Published
this is a custom plugin to extract e2e playwright test reports from the runners before teardown.
Readme
Artillery Plugin Reportgen
this is a custom plugin to extract e2e playwright test reports from the runners before teardown.
Releasing
Update version in package.json
Reinstall to reflect version in package-lock.json as well
npm installGithub Action runs on git tags, e.g do:
git tag v0.0.1 git push origin v0.0.1
