-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Dashboard shows tests for review as modified when they are not modified #23517
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
Comments
Some conversation about this with Brian, shared here for reference when it gets picked up:
We will definitely need to send information about the status of the skipped test from the App to the Cloud. Beyond that, we'll need to determine how the Cloud displays the results. |
Issues:
Question: Should we really be sending additional data to provide better insights in the dashboard as to by the test was marked as pending (skipped)? Next steps: Sync with product to determine the experience we want for users & the requirements to satisfy that experience. |
The code for this is done in cypress-io/cypress#24217, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
Reported internally, slack discussion here: https://cypressio.slack.com/archives/C9KG9TQBX/p1660156177204799
Corresponding CLOUD issue here: https://cypress-io.atlassian.net/browse/CLOUD-820
Appears in this example that the test runner is skipping some tests when run on Firefox but not skipping on Chrome, but test runner is not reporting the skipped tests to the dashboard. Dashboard does not consider browser when determining modified state so the remove/re-add behavior is being treated as a modification
Desired behavior
Test runner should send all tests to the dashboard even if they're skipped
Test code to reproduce
See slack conversation
Cypress Version
10.6.0
Node version
16.14.2
Operating System
macOS 12.5.1
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: