We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using reporters+ in the base config should add the given reporter(s) to the default.
reporters+
The given reporter(s) replaces the default.
completed
npm install
npm install intern@latest
npm test showConfig
reporters
htmlcoverage
runner
Intern version: 4.4.1 Node version: 11.10.0 NPM version: 6.8.0
The text was updated successfully, but these errors were encountered:
Is this different than #877 or just a dupe?
Sorry, something went wrong.
It's a duplicate.
No branches or pull requests
Expected behavior
Using
reporters+
in the base config should add the given reporter(s) to the default.Current behavior
The given reporter(s) replaces the default.
Steps to reproduce (for bugs)
completed
branchnpm install
npm install intern@latest
npm test showConfig
. Note that thereporters
property only hashtmlcoverage
. It should also haverunner
.Environment
Intern version: 4.4.1
Node version: 11.10.0
NPM version: 6.8.0
The text was updated successfully, but these errors were encountered: