This repository has been archived by the owner on Jan 28, 2020. It is now read-only.
Releases: theintern/cli
Releases · theintern/cli
Release 0.1.1
New features
- The
run
andserve
commands now accept a--port
(-p
) option. In WebDriver mode or server mode, this will cause aproxyPort
option to be passed to Intern. The next release of Intern (currently 3.3.1) will use this option to set the test proxy port.
Bugfixes
- The
run
command will now cause intern-cli's exit code to mirror Intern's. If Intern exists with a non-zero code (e.g., after a test failure), so will intern-cli.
Release 0.1.0
It begins...
This is the initial release of intern-cli, a more POSIX-y front-end for Intern.
Install with npm install -g intern-cli
, then run intern
.