Skip to content

Doesn't work with Chrome on MacOS #129

@vovacodes

Description

@vovacodes

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions