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

Doesn't work with Chrome on MacOS #129

Open
vovacodes opened this issue Jan 25, 2017 · 1 comment
Open

Doesn't work with Chrome on MacOS #129

vovacodes opened this issue Jan 25, 2017 · 1 comment

Comments

@vovacodes
Copy link

cat dist-test/specs.js | browser-run --static dist-test --browser chrome

doesn't work correctly because it doesn't open chrome with the generated url, so the tests are not executed

I tried a command similar to the one executed by the browser-launcher internally, and it turned out that it simply doesn't work the way it should on MacOS:

open --new -a '/Applications/Google Chrome.app' http://localhost:57630

This command opens chrome, but with empty tab instead of the url specified: http://localhost:57630

System Configuration:

MacOS Sierra 10.12.2
Google Chrome - Version 55.0.2883.95 (64-bit)

@flekschas
Copy link

I am running into a similar issue with Chrome. I am able to run code in Firefox by Chrome doesn't work at all.

I am seeing

no matches for chrome/*

Is there extra configuration required to find and launch Chrome? I am asking because Firefox works out of the box.

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

2 participants