DEV Community

Kailash P.
Kailash P.

Posted on • Updated on

Generate Cucumber .html report in Cypress in Just “5” Steps

Problem statement
We need a .html report where we can see the results of the cucumber cypress test case in graphical form (pie chat etc.)

Solution
With the help of two plugins “cypress-cucumber-preprocessor” and “multiple-cucumber-html-reporter,” we can achieve this

Please see the below blog for complete detail
https://qaautomationlabs.com/generate-cucumber-html-report-in-cypress/

Please see the below VIDEO for step by step implementation
https://youtu.be/gNl8bnOyr8g

Top comments (0)