I would like to take screenshot for failed step of each example input when I am using Scenario Outline.
Example:
Scenario Outline: Search for items and move to checkout page
Given User is on Greencart Landing page
When User searched for type vegetable
And Added items to cart
And User proceeded to checkout page for purchase
Then verify selected items are displayed in check out
Examples:
|name |
|Brinjal |
|Beetroot|
lets say first input "Brinjal" got failed screenshot is attaching in report and when second input "Beetroot" also fails its not attaching to report. I would like to get for all failed inputs of a scenario outline screenshots to attach in report. could you pls help here.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…