hi, I have scenario outline file with 10 examples (scenarios) also I have integrated to import my execution results with JIRA using API. Let say, out of 10 only 8 got passed and 2 got failed in first run, I see overall status as FAIL and when I get into execution details, it shows 8 PASS and 2 FAIL. When I try to re execute those 2 failures and when results are imported all the previous 8 passed tests/scenarios are going to TODO status and only the 2 failed tests which I have triggered is changing the status to PASS.
Is there any way to retain my previous execution results and import updated results only for the scenarios in recent run?
Can someone pls help on this query?