-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 test results CI path on Windows #6585
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
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 also don't know why it was done this way originally. I did refactor it, but this path is from the whoever implemented it before. I don't currently have access to a windows machine to test this, but it couldn't hurt to try since we know the current setting is incorrect.
Playwright test results on Windows are not being uploaded to GitHub artifacts when a test fails.
It was refactored here: #6029
You can see examples of failed tests not uploading the .webm files here:
The playwright run log shows it's saving the video to
test-results/
and not~/.npm/_logs/
Video results do get uploaded correctly on non-Windows failures.
Ultimately I can't be sure this is the correct fix since I imagine I don't have permission to run modified workflows, but hoping to open this up to someone that may know better what's going on (cc @etrepum).