We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
browsers
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 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:
The text was updated successfully, but these errors were encountered: