Closed SaadCypress closed 1 month ago
Hello @SaadCypress, thank you for reaching out.
Could you help me better understand your goals for using the plugin by providing a little more context?
@dennisbergevin thanks for your response. I actually want the rerun test cases to show as second retry rather showing the retried test cases separately. This way cypress cloud will also mark those cases as flaky which will be passed after the second retry. We cant use cypress retry functionality as our cases are data dependent and data is retrieved from the db before execution of test cases
@SaadCypress Thanks for providing a bit more context.
To tease the problem here, I wanted to unpack some thoughts:
npx cypress-plugin-last-failed run
separate from the standard cypress run
command.Apologies if this news doesn't help you meet your goal here, but please let me know if you have questions!
i got your point. Thank you for your kind response.
When we rerun the test cases in cypress cloud. Instead of showing as second retry it runs as duplicate test cases and change the spec count for instance from 5 to 10.