Skip to content
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: do NOT encode backslash as this will cause pathing issues on windows #31020

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

AtofStryker
Copy link
Contributor

@AtofStryker AtofStryker commented Feb 4, 2025

  • Closes N/A

Additional details

Caught an issue with #31001 where encodeURI does NOT encode forward slashes, but does encode backslashes. We do not want to encode backslashes, especially on Windows as this will not match the path in the stacktrace and always fail task commands, which would be very bad.

Steps to test

How has the user experience changed?

PR Tasks

@AtofStryker AtofStryker changed the title chore: do NOT encode backslash as this will cause pathing issues on wndows chore: do NOT encode backslash as this will cause pathing issues on windows Feb 4, 2025
Copy link

cypress bot commented Feb 4, 2025

cypress    Run #60218

Run Properties:  status check passed Passed #60218  •  git commit 41fb394679: chore: do NOT encode backslash as this will cause pathing issues on windows
Project cypress
Branch Review chore/fix_priv_channel_windows
Run status status check passed Passed #60218
Run duration 12m 56s
Commit git commit 41fb394679: chore: do NOT encode backslash as this will cause pathing issues on windows
Committer Bill Glesias
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 4
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 222
View all changes introduced in this branch ↗︎
UI Coverage  64.37%
  Untested elements 29  
  Tested elements 56  
Accessibility  96.18%
  Failed rules  0 critical   4 serious   1 moderate   0 minor
  Failed elements 198  

@AtofStryker AtofStryker force-pushed the chore/fix_priv_channel_windows branch from 41fb394 to 67f1627 Compare February 4, 2025 21:35
@AtofStryker AtofStryker requested a review from mschile February 4, 2025 21:36
@AtofStryker AtofStryker merged commit 4441a8f into develop Feb 4, 2025
7 of 12 checks passed
@AtofStryker AtofStryker deleted the chore/fix_priv_channel_windows branch February 4, 2025 21:38
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Feb 5, 2025

Released in 14.0.2.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v14.0.2, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Feb 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants