Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
Mocha lets us specify what the test output looks like, and even what environment it will run in! In this video, we set up our test suite to display in our browser, and see some different reporting styles.
Resources
Video review
- A good use of the
--reporter
flag is when you only want to see test failures - To show only the failing test errors, you can use
mocha --reporter min
-
mocha --reporter markdown
will print the same test report we’re used to, but using markdown formatting - You can add a
--reporter
flag to yourpackage.json
-- file in your “test” command -- so thatnpm test
will always use that reporter
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up