Open GregJacobs82 opened 1 year ago
Hi
thank you for this ok wow, so i'm not aware of that, that those tests come in multiple times usually a cypress result only has that test once according to the debug line from the integration i can confirm its sent both times
so i could try to do a distinct on the found test cases...but some people have indeed multiple tests linked to the same testrail id i think
let me reproduce it, what cypress version are you using?
let me reproduce it, what cypress version are you using?
Cypress version 13.3.0 (To verify, you can see version in the screenshot provided in the testrail result)
Notice the identical timestamps in the Testrail report. Any thoughts as to why it is sending both a passing and failing status? It SHOULD just be sending the failed status (in this specific case).
I think it might be due to my test scenario is a
Scenario Outline:
with more than 1 example to run. In this test case scenario outline, the First test example for USA fails, but the second test example for CANADA passes. If any example fails in the scenario outline, it should fail the test:Any help is greatly appreciated. Thank you!