-
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels