-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Error: Unable to test the build using WSL #3212
Comments
Hello @CovalentBond , Sorry that none of the team members use Windows Subsystem for Linux, so we don't have a straight answer. It looks like that Karma cannot find Chrome. Does your linux have Chrome installed? |
The default builds for WSL don't have any graphics support in them. So you can't use graphical apps like Chrome. You'll need to manually setup X Window and either use a virtual X Window to run tests and Chrome in, or link it to the Windows display so the windows can be shown. You can try adding Another option would be to pass |
Thanks @TheModMaker! I was later able to setup on Windows itself after the changes done in #3211. |
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
Not applicable
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from
master
?Yes
Are you using the demo app or your own custom app?
No
If custom app, can you reproduce the issue using our demo app?
Not applicable
What browser and OS are you using?
Chrome, using Debian in Windows Subsystem for Linux
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
Not applicable
What did you do?
Cloned the repository
Compiled the repository:
python build/all.py
Got these outputs successfully:
Ran the tests: python build/test.py
Recieved these errors:
What did you expect to happen?
All the test cases to be passed successfully
What actually happened?
I think the error is generating because a dependency
karma-chrome-launcher
is not able to load the browser in WSLFound a relatable issue here reported by someone.
Is there any way possible to test the build using WSL?
The text was updated successfully, but these errors were encountered: