TestQA1
3 years agoFrequent Contributor
Creating checkpoints for Gherkin keywords (When, Then) in the test log
Hi friends,
I have a requirement to turn When, Then, And of the Scenario into a (✓) type. For example, in the image attached, the Scenario TC1 should only pass if it's childs 'When' and 'Then' are passed. Currently, they appear with a message symbol, but I want to turn them into (✓) like the main/parent Scenario check.
The idea is to (✓) the When and Then if there's no error count and based on that the Scenario should get passed (✓) or failed (x).
I don't know how to do this, but it will save us looking at each event of the scenario to verify the results.
Thanks.