In order to review cucumber reports
Fred, a cucumber user
Wants to have cucumber reports in HTML
Before
Before
When this feature runs with background
Given Fred runs a passing cucumber scenario
When he provides cucumber JSON file to reporter
Then cucumber-html-reporter should create HTML report
After
Before
When this feature runs with background
Given Fred runs a passing cucumber scenario on behalf of "John"
When he provides cucumber JSON file to reporter
Then cucumber-html-reporter should create HTML report
Before
When this feature runs with background
Given Fred runs a passing cucumber scenario on behalf of "Bob"
When he provides cucumber JSON file to reporter
Then cucumber-html-reporter should create HTML report
Before
When this feature runs with background
Given Fred attaches the "test data to be printed" to the Given step of passing cucumber scenario
When he provides cucumber JSON file to reporter
Then cucumber-html-reporter should create HTML report with test-data
Before
When this feature runs with background
Given Fred runs a passing cucumber scenario with the below content
When he provides cucumber JSON file to reporter
Then cucumber-html-reporter should create HTML report
Before
When this feature runs with background
Given Fred runs a passing scenario for the following data set
When he provides cucumber JSON file to reporter
Then cucumber-html-reporter should create HTML report with data-table
Before
Given Fred runs a failing cucumber scenario
When he provides cucumber JSON file to reporter
And a failing scenario captures a screenshot Screenshot -
Then cucumber-html-reporter should create HTML report with Screenshot
Before
Given Fred runs a cucumber scenario
When he left this step as a pending
Then cucumber-html-reporter should report pending step with code-snippets in HTML report
Before
Given Fred runs a cucumber scenario
When he left this step as a undefined
Then cucumber-html-reporter should create undefined step in HTML report
Before
Given Fred runs a cucumber scenario
When he throws the pending exception from this step
Then cucumber-html-reporter should create HTML report with skipped and pending steps