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

[🐛 Bug]: The use of a reserved character on Windows causes it to crash. #1252

Open
3 of 4 tasks
glitch-txs opened this issue Jan 13, 2025 · 0 comments · May be fixed by #1253
Open
3 of 4 tasks

[🐛 Bug]: The use of a reserved character on Windows causes it to crash. #1252

glitch-txs opened this issue Jan 13, 2025 · 0 comments · May be fixed by #1253
Labels
bug 🐛 Something isn't working needs triaging ⏳

Comments

@glitch-txs
Copy link

🔎 Have you searched existing issues to avoid duplicates?

  • I have made sure that my issue is not a duplicate.

🧪 Have you tested your code using latest version of Synpress?

💡 Are you able to provide enough information to be able to reproduce your issue locally?

  • I can provide enough details to reproduce my issue on local environment.

Synpress version

4.0.3

Node.js version

v22.12.0

Operating system

Windows 11

Run mode

Cypress + Synpress (as plugin)

CI platform (if applicable)

No response

Are you running your tests inside docker? (if applicable)

  • This issue could be related to docker.

What happened?

In this line the package is attepting to create a file using a windows' reserved character. This causes an error when trying to run tests.

image

What is your expected behavior?

No response

How to reproduce the bug.

Run a basic setup following the docs on a Windows 11 system.

Relevant log output

No response

@glitch-txs glitch-txs added bug 🐛 Something isn't working needs triaging ⏳ labels Jan 13, 2025
@glitch-txs glitch-txs linked a pull request Jan 13, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working needs triaging ⏳
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant