plu / pxctest

Execute tests in parallel on multiple iOS Simulators
MIT License
800 stars 57 forks source link

Installing from brew and boot-simulators command is unknown #15

Closed atineoSE closed 7 years ago

atineoSE commented 7 years ago

After installing from brew according to the info in the README.md, the boot-simulators command is not available.

$ pxctest boot-simulators
Unknown command: boot-simulators
$ pxctest
Usage:

    $ pxctest

Commands:

    + run-tests
    + version
$ pxctest version
pxctest 0.2.9 (7bb7c7e)
plu commented 7 years ago

I forgot to update the Homebrew formula.

Can you please try brew update && brew upgrade pxctest

That should update to 0.3.0, which supports boot-simulators

atineoSE commented 7 years ago

That worked! Thanks