-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Codecept with Playwright e2e tests throws connection refused error in Github Actions #15642
Comments
The problem is in |
Not entirely sure, but I think this is the same issue I got when I installed Playwright using the default settings after installing and committing to GH. GH Actions log:
|
@achisholm Are you using playwright with codeceptjs for your testing? |
Actuallly, no. I've come to Playwright from the Astro framework so this might be a separate issue. I've basically followed the documentation here and hit the issue, using the bootstrap code that was generated for me: |
@achisholm did you solve the issue? I'm getting this error myself
|
@RomarioNijimAlmond (and for anyone else who runs into a similar problem and ends up here), check out this issue: #20784 Upgrading your dependencies may be enough to fix the problem. |
Context:
I'm trying to run e2e tests in parallel with workers (run-workers) in Github Actions in headless mode and getting this error
browserContext.storageState: net::ERR_FAILED at https://localhost:3000/ at Playwright._after
Some of the tests run successfully before throwing this error.
I have observed this error only on Github Actions and works fine on local
configuration file
Describe the bug
Add any other details about the problem here.
The text was updated successfully, but these errors were encountered: