A testcafe reporter with timing information
npm install testcafe-reporter-spec-timeThis is a fork of the builtin testcafe-reporter-spec but with
timing information everywhere.

```
npm install testcafe-reporter-spec-time
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