Configering Mocha isnt working #1181
Answered
by
djelinek
HiranMadhu
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
djelinek
Mar 20, 2024
Replies: 2 comments
-
Hello, I am not the exact Mocha expert but I have tried locally and for me the Mocha config file loaded by ExTester seems work as expected. by default Mocha is using
when I used custom module.exports = {
reporter: 'list'
} the output was changed to list as you can see below:
of course I do not know which reporter you need to use or implement to have the ouput looks like you shared in the picture but it seems to not be the bug of ExTester itself |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
djelinek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I am not the exact Mocha expert but I have tried locally and for me the Mocha config file loaded by ExTester seems work as expected.
by default Mocha is using
reporter: 'spec'
which output looks:when I used custom
.mochaarc.js
with content:the output was changed to list as you can see below: