testcafe-reporter-spec-time
This is a fork of the builtin testcafe-reporter-spec
but with
timing information everywhere.
Install
npm install testcafe-reporter-spec-time
Usage
When you run tests from the command line, specify the reporter name by using the --reporter
option:
testcafe chrome 'path/to/test/file.js' -r spec-time