-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UI] investigate issue filtering tests #1663
Comments
It seems like the issue is caused by exclusions ( To work around this, I tried using the CYPRESS_grepExcludeTags option instead of I've attempted to fix this by:
Despite these attempts, I'm still seeing the issue specifically with the Example from package.json:
Example from workflow (test.yaml):
I'm open to suggestions if anyone has ideas on why the exclusion logic isn't working correctly for |
@yonasberhe23 is there anything that could help using the debug mode? |
Upgrading to the latest @cypress/grep version did not help. |
Imo I think we're following the Cypres documentation for tag-based filtering correctly so there may be an issue with the way Cypress is processing the tags. There's not much we can do from here. @IsaSih at this point I suggest that you proceed with rancher/dashboard#12934 (comment) |
Closing this out as we have a document describing this issue and a workaround. Also, I've opened a feature improvement ticket in Cypress to address the root issue. |
Investigate issue filtering tests - even though we are filtering tests using grep tags in CI, we end up with a combination of tests that we don't expect.
ref: rancher/dashboard#12934 (comment)
The text was updated successfully, but these errors were encountered: