-
Notifications
You must be signed in to change notification settings - Fork 53
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
Can't start Firefox Nightly #80
Comments
Same on Windows. On Windows, it uses this: karma-firefox-launcher/index.js Line 215 in cf20be3
And karma-firefox-launcher/index.js Lines 57 to 66 in cf20be3
So the final path is |
|
I have a fix for this as part of birtles@da4e43b but I'm currently trying to resolve #93 before putting any of that up for review. |
This should now be fixed for Windows and Mac by 6377ee3 but I need to setup a Linux environment to check if |
OS: Ubuntu 17.10
Node: 8.9.3
npm: 5.6
@angular/cli: 1.6.1
Karma: 1.7.1
"karma-firefox-launcher": "~1.1.0"
firefox-trunk: Mozilla Firefox 59.0a1
was installed by following commands
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
sudo apt-get update
sudo apt-get install firefox-trunk
>ng test
10% building modules 1/1 modules 0 active
16 12 2017 17:27:28.126:WARN [karma]: No captured browser, open http://localhost:9876/
16 12 2017 17:27:28.132:INFO [karma]: Karma v1.7.1 server started at http://0.0.0.0:9876/
16 12 2017 17:27:28.132:INFO [launcher]: Launching browser FirefoxNightly with unlimited concurrency
16 12 2017 17:27:28.137:INFO [launcher]: Starting browser FirefoxNightly
16 12 2017 17:27:31.051:WARN [karma]: No captured browser, open http://localhost:9876/
The text was updated successfully, but these errors were encountered: