Skip to content

Example of cucumber reporting not showing correct metrics and attached images to tests

Notifications You must be signed in to change notification settings

ijaved/cypress-cucumber-preprocessor-reporting-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cypress-cucumber-preprocessor-reporting-example

Examples of cucumber reporting/command line runner not showing correct metrics

Install only dev dependencies: npm install --dev

Running tests to create cucumber html reports

Fail/Pass report: npx cypress run --spec **/fail_pass.feature --browser chrome (Working as expected)

Pass/undefined report: npx cypress run --spec **/pass_undefined.feature --browser chrome

Fail/Pass/undefined report: npx cypress run --spec **/fail_pass_undefined.feature --browser chrome

Pass/After hook fail report: npx cypress run --spec **/pass_after_hook.feature --browser chrome (Note: Uncomment lines 1 to 3 before running in cypress/support/hooks.js before running)

Skipped report: npx cypress run --spec **/skip.feature --browser chrome

About

Example of cucumber reporting not showing correct metrics and attached images to tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published