testcafe-reporter-failsafe

1.0.1 • Public • Published

testcafe-reporter-failsafe

This is a reporter plugin for TestCafe which reports tests within an XML readable by failsafe.

Install

You can install it using

npm install testcafe-reporter-failsafe

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 failsafe

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

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

Author

Sqooba IO (https://sqooba.io)

Based on testcafe-reporter-xunit.

Package Sidebar

Install

npm i testcafe-reporter-failsafe

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

4.07 kB

Total Files

4

Last publish

Collaborators

  • flosqooba