Closed SubramanyamPalla closed 4 months ago
Hi @SubramanyamPalla, thank you for reaching out!
Just to confirm, you are speaking of the filter toggle behavior within cypress open
?
open
mode when toggling the failed test filter.@bahmutov/cy-grep
package for this plugin. For more information on using required tags for skipped tests, rather than .skip
: https://glebbahmutov.com/blog/required-tags-instead-of-skipped-tests/
Hi @dennisbergevin
Thank you for the updates, yes i'm speaking of the filter toggle behavior within cypress open.
Please find the screen attached here for reference.
I'm expected the addon should pick up only 1 test case which is failed.
Image 1
Image2:
@SubramanyamPalla A new Version 1.0.2 is now available.
Please take special note regarding the suggestion on handling skipped tests, using required tag
from the @bahmutov/cy-grep
package.
Please feel free to reach out if you have any further issues!
Hi Team,
I've started using the cypress-plugin-last-failed and i observed that it is considering .skip test cases as failed test cases. And the retry passed test cases are also considered failed test cases.