This repository has been archived by the owner on Jan 28, 2020. It is now read-only.
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.