You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.
$ zuul -h
Usage: zuul [options] <files | dir>
Options:
-h, --help output usage information
-V, --version output the version number
--ui <testing ui> ui for tests (mocha-bdd, mocha-tdd, qunit, tape)
--local [port] port for manual testing in a local browser
--tunnel [type] establish a tunnel for outside access. only used when --local is specified
--disable-tunnel don't establish a tunnel for outside access. override any config in .zuul.yml and .zuulrc
--phantom [port] run tests in phantomjs. PhantomJS must be installed separately.
--phantom-remote-debugger-port [port] connect phantom to remote debugger
--phantom-remote-debugger-autorun run tests automatically when --phantom-remote-debugger-port is specified
--electron run tests in electron. electron must be installeecc-ui
this is related to updated process.exit() semantics in node v6.. essentially, you need to let the node process exit gracefully - process.exit() now kills the process on the spot without flushing process.stdout
The text was updated successfully, but these errors were encountered:
this is the node 6 output, note it is incomplete:
this is related to updated process.exit() semantics in node v6.. essentially, you need to let the node process exit gracefully -
process.exit()
now kills the process on the spot without flushingprocess.stdout
The text was updated successfully, but these errors were encountered: