I am trying to create local reports from cucumber tests using Javascript.
Documentation does not say much about how to do it besides listing all plugins: https://cucumber.io/docs/cucumber/reporting/
So far I have found way to publish my report thanks to some articles, but that is not what im looking for.
module.exports = {
default: `--publish --format-options '{"snippetInterface": "synchronous"}'`,
}
adding --publish creates report at web.
Anyone made local reports with cucumber in javascript and could help how to do it or what settings provide to cucumber?
Aucun commentaire:
Enregistrer un commentaire