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

browser not launching in Windows in GitHub Actions #2525

Open
trusktr opened this issue Oct 31, 2023 · 0 comments
Open

browser not launching in Windows in GitHub Actions #2525

trusktr opened this issue Oct 31, 2023 · 0 comments

Comments

@trusktr
Copy link

trusktr commented Oct 31, 2023

I've ported tests in Lume from Karma to WTR, and it is amaaaaaazing.

However, although tests run fine for me in Windows locally, in GitHub Actions they fail to load the browser.

Here's sample build from that PR:

https://github.com/lume/lume/actions/runs/6701354377/job/18208981742?pr=287

There's this message in the output:

 ❌ The browser was unable to create and start a test page after 30000ms. You can increase this timeout with the browserStartTimeout option. 

The config does not specify browsers, just uses test-runner's default in this case.

Linux and macOS builds are passing with flying colors. Any idea why it might work in my local PowerShell but not in GitHub Actions?

Related issue:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant