-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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] #20707
Comments
Can you share a repro which we can run locally? Does it only happen with Firefox? |
Well, this is only happening under Github Actions. It is working fine locally. Is my config right? |
I've tried with Chrome
|
Looks like this is not related to Percy, I'd recommend to use HTML reporter to understand better how your application was behaving. You can also try setting the |
I'll close this as per the response above; if you think there's still a bug in Playwright, and you have a good repro, please do not hesitate to file a new issue! |
Context:
"@playwright/test": "^1.27.1",
"node": "^16.17.1"
Describe the bug
I'm running a pipeline in Github Actions with a Percy - Playwright easy test to test my platform:
This is the configuration:
I have that error code:
Maybe I have something wrong in the config.
Thanks in advance
The text was updated successfully, but these errors were encountered: