This repository was archived by the owner on Jan 28, 2020. It is now read-only.
New features
- The
runandservecommands now accept a--port(-p) option. In WebDriver mode or server mode, this will cause aproxyPortoption 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
runcommand 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.