Skip to content

Files

Latest commit

70cbb50 · Apr 28, 2021

History

History

third-party-reporter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 27, 2019
Oct 27, 2019
Oct 27, 2019
Oct 27, 2019
Oct 27, 2019
Oct 27, 2019
Jun 13, 2020

Third party reporter

Full documentation about it here.

To use a reporter published on npm (e.g., lcov-reporter), install it locally and set --reporter lcov-reporter.

It is a very similar setup for third party UI's, for more details see here.

Commands

  • npm test - run our tests using the local .mocharc.json config file. They are run from the default location (/test) with the reporter found in src/my-reporter.js. In this example there is 1 failing test included, to demonstrate handling.