0.7.0 • Published 3 years ago

testcafe-reporter-sauce-json v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

testcafe-reporter-sauce-json

This is the sauce-json reporter plugin for TestCafe.

Install

npm install testcafe-reporter-sauce-json

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' --reporter sauce-json

or

testcafe chrome 'path/to/test/file.js' --reporter "sauce-json:./path/to/output.report.json

When you use API, pass the reporter name to the reporter() method:

testCafe
    .createRunner()
    .src('path/to/test/file.js')
    .browsers('chrome')
    .reporter('sauce-json') // <-
    .run();
0.7.0

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

4 years ago

0.0.1

4 years ago