Configering Mocha isnt working #1181
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
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.
-
@djelinek I have similar issue |
Beta Was this translation helpful? Give feedback.
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: