-
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
fix: pass correct spec URL in cypress run
on Windows
#19890
Conversation
Thanks for taking the time to open a PR!
|
Test summaryRun details
View run in Cypress Dashboard ➡️ Flakiness
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
a11a340
to
5f8c3cc
Compare
f1b8854
to
c8fc04f
Compare
cypress run
on Windows
c85c4d4
to
12dcfff
Compare
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.
Good idea. tests are still failing but at least they are run.
Tested using
yarn workspace @packages/app cypress:run:e2e --headed
yarn workspace @packages/app cypress:run:e2e --headed --browser=chrome is working for me. Looks good! |
* 10.0-release: fix: restore @lmiller1990's changes feat: styling snapshots (#19972) fix bad merge overrides- GOOD CATCH TYLER! fix(unify): Updating reporter to consistently use app-provided "Preferred Editor" dialog (#19933) fix: move node 17 Check from Binary to CLI (#19977) fix: pass correct spec URL in `cypress run` on Windows (#19890) fix: send click event with `cy.type('{enter}')`. (#19726) feat: detect package manager in wizard (#19960) fix: refactor set specs by specPattern (#19953) chore: Update Chrome (beta) to 98.0.4758.74
User facing changelog
Additional details
cypress/e2e/spec.ts
, which would not match the backslashed paths on Windows.getSpecUrl
.How has the user experience changed?
PR Tasks
windows-run-app-integration-tests-chrome
job runningcypress:run
in CircleCI Windows.cypress-documentation
?type definitions
?cypress.schema.json
?