Closed jennifer-shehane closed 2 weeks ago
Passed #58126
•
f1c3744ebc: empty commit
Project |
cypress
|
Branch Review |
remove-workflow-file-check
|
Run status |
Passed #58126
|
Run duration | 25m 14s |
Commit |
f1c3744ebc: empty commit
|
Committer | Jennifer Shehane |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
6
|
Pending |
1326
|
Skipped |
0
|
Passing |
29395
|
View all changes introduced in this branch ↗︎ |
UI Coverage
46.24%
|
|
---|---|
Untested elements |
188
|
Tested elements |
166
|
Accessibility
92.55%
|
|
---|---|
Failed rules |
3 critical
8 serious
2 moderate
2 minor
|
Failed elements |
908
|
Additional details
There were some tests failing in strange ways when contributor PRs were run on our release/14 branch (see https://github.com/cypress-io/cypress/pull/29680). Some of the tests were running in the new Node version and some in the old Node version.
It turns out that for contributor PRs, they always pull in the workflow.yml from the
develop
branch to run. We don't see any utility in doing CI this way, so I'm updating the code to checkout the code and run the.circleci/workflows.yml
file that is in the working directory.Steps to test
Test of this was conducted in this outside contributor PR: https://github.com/cypress-io/cypress/pull/30520
How has the user experience changed?
N/A
PR Tasks
cypress-documentation
?type definitions
?