Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Release 0.1.1

Latest
Compare
Choose a tag to compare
@jason0x43 jason0x43 released this 13 Sep 01:36
· 56 commits to master since this release

New features

  • The run and serve commands now accept a --port (-p) option. In WebDriver mode or server mode, this will cause a proxyPort 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.