-
Notifications
You must be signed in to change notification settings - Fork 8
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
NS_ERROR_CONNECTION_REFUSED #7
Comments
Thanks for creating an issue @WeyIin This appears to be an issue with the Firefox runner for Playwright on Windows. I'll do some investigating but, in the meantime, could you try setting the playwrightClient({ browser: 'chromium' }) |
Hi @HipsterBrown , Tried that but it was still failing with the error below:
Fixed it by adding Now all tests pass 👍 So all in all, on windows it is a mixture of both, using chromium as a browser and defining a host in env test file. For some reason it doesn't like Thanks @HipsterBrown! |
@WeyIin Just to verify, the Firefox runner still doesn't work after setting the If you're able to contribute that update as a PR, that will be great for anyone else who tries out this project. 🙏 |
@HipsterBrown - I have removed |
…headless browser in windows, fixes HipsterBrown#7 issue
opened a PR to fix the issue - #8 |
simple fix that fixes playwright runner not being able to connect to headless browser in windows, fixes #7 issue
Hey guys 👋
I really wanted to check out the app and how the testing is done with playwright and it is really well done.
However, when I try to execute the tests all tests fail. Below is one example..
Pretty much followed all the set up steps to the T.
What am I missing? :)
Windows 11
NPM v - 8.5.1
node v - 17.6.0
The text was updated successfully, but these errors were encountered: