-
Notifications
You must be signed in to change notification settings - Fork 56
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
Run JS tests in TravicCI #176
Comments
CI usually is a problem when it comes to running browser tests. Munit does only basic launching of the default browser instead of, say, running a headless browser (that didn't really exist at the time), and the error you get is that Travis doesn't provide any default browser in the image. Workaround, if to run tests using NodeJS - for that your |
Do I need some extra setup steps? |
Oh sorry you need |
When running tests with |
Looks like it is bacause |
Running headless you won't get a nice html report as it is produced dynamically during in-browser execution. |
Is it possible?
Currently is receive this:
https://travis-ci.org/CrazyFlasher/domwires-haxe/jobs/601152306
The text was updated successfully, but these errors were encountered: