-
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: run-ct does not hang on windows anymore #16022
Conversation
Thanks for taking the time to open a PR!
|
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.
I wonder why this wasn't an issue for e2e, only CT 🤔
No way to test this - I don't have a windows machine. I wonder if we can set up something on CI to do cy run-ct
.
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 |
* develop: fix flaky e2e record passes test (#16043) chore: switch lolex to new name @sinonjs/fake-timers (#15595) add pwa example (#15970) fix starting cdp screencast when video:false (#15985) fix(deps): update dependency ansi_up to version 5.x 🌟 (#15440) fix: run-ct does not hang on windows anymore (#16022) docs: in vite-dev-server example don't require the config (#15866)
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
User facing changelog
Repaired the run-ct command on windows
Additional details
When opening each spec in the browser, the URL had both slash and backslash but the reg exp looking at the URL on the runner side only accounted for slashes.
I standardized the URLs to always use posix characters.
I checked most
How has the user experience changed?
On windows only: no more backslashes in the URL
PR Tasks