-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
chore: fix kitchensink windows #30909
Conversation
cypress Run #60039
Run Properties:
|
Project |
cypress
|
Branch Review |
chore/fix_windows_kitchensink
|
Run status |
Passed #60039
|
Run duration | 16m 04s |
Commit |
6eda48f35e: chore: fix kitchensink windows
|
Committer | AtofStryker |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
1
|
Pending |
28
|
Skipped |
0
|
Passing |
762
|
View all changes introduced in this branch ↗︎ |
UI Coverage
63.64%
|
|
---|---|
Untested elements |
30
|
Tested elements |
56
|
Accessibility
96.19%
|
|
---|---|
Failed rules |
0 critical
4 serious
1 moderate
0 minor
|
Failed elements |
196
|
50b0525
to
adea4eb
Compare
@@ -2769,7 +2779,6 @@ jobs: | |||
- test-binary-against-rwa: | |||
repo: cypress-realworld-app | |||
browser: chrome | |||
wait-on: http://localhost:3000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wasn't actually doing anything as wait-on wasn't defined
adea4eb
to
7b8e6d3
Compare
@@ -908,10 +908,6 @@ commands: | |||
description: Pull request number to check out before installing and testing | |||
type: integer | |||
default: 0 | |||
wait-on: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
param defined but isn't actually used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AtofStryker This is failing saying npm is not there. I don't totally understand why the npx wait-on command isn't sufficient.
something else is going on with this job. Going to investigate further |
3fa8097
to
cc20545
Compare
2694b31
to
6eda48f
Compare
@jennifer-shehane this should now be working. ultimately if we don't pass anything to the wait-on variable, we shouldn't call the |
Additional details
fixes the issues with
wait-on
in thewindows-test-binary-against-kitchensink-chrome
.wait-on
isn't actually installed by the kitchen sink repo, so we need to install it before invoking it.we also only want to call it if we pass in something to the
wait-on
param. Sincewait-on
causes issues in windows, this step will now bypassSteps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?