Azure Pipelines Cucumber ReporterAzure DevOps extension that provides a task for publishing Cucumber report in a HTML format and embeds it into a Build and Release pages. The extension is and will remain free of charge, however if you would like to support me please consider donating by using the PayPal button above. This was a fork from the original by Maciej Maciejewski with very little done to change underlying report generator engine. So full kudos to Maciej ConfigurationThis extension reads Cucumber run report saved in JSON format. In order to get such file one needs to set up formater in Cucumber runner as following.
Once the file is saved it can be useda as an input to the Publish task. Parameters
Example YAML setup
Additional notesFor generating HTML report task uses multiple-cucumber-html-reporter. Because of that it is required to have NodeJS installed on AzureDevOps Agent machine. In order to do it, simply add below snippet to your pipeline.
|