The documentation states that console logs can be silenced with a quiet=true reporter option, but attempt to set this via command line or .mocharc.json do not silence messages.
** Note that I also tried variations with reporter-option instead of reporter-options with both CLI and .mocharc.json with no differences in the result.
Output:
...
173 passing (16s)
35 pending
[mochawesome] Report JSON saved to /Users/jpshack/code/llm-swarm-space/workspace/llm-swarm-space/cli/mochawesome-report/mochawesome.json
[mochawesome] Report HTML saved to /Users/jpshack/code/llm-swarm-space/workspace/llm-swarm-space/cli/mochawesome-report/mochawesome.html
Expected behavior
Expected no console output from mochawesome.
Environment (please complete the following information):
Platform: macOS
mochawesome version: 7.1.3
mocha (or other test library) version: 10.4.0
Node version: v20.14.0
Additional context
Add any other context about the problem here.
Describe the bug
The documentation states that console logs can be silenced with a quiet=true reporter option, but attempt to set this via command line or
.mocharc.json
do not silence messages.Code Reproduce
mocharc.json
:OR command line:
** Note that I also tried variations with
reporter-option
instead ofreporter-options
with both CLI and .mocharc.json with no differences in the result.Output:
Expected behavior
Expected no console output from mochawesome.
Environment (please complete the following information):
Additional context Add any other context about the problem here.