1.2.2 • Published 6 years ago

testcafe-reporter-toucan v1.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

testcafe-reporter-toucan

Build Status

This is the toucan reporter plugin for TestCafe.

IMPORTANT

This reporter only works with an organization's private application software. You won't be able to use this successfull unless you're one of my 19 co-workers. :). Maybe someday!

Install

npm i testcafe-reporter-toucan

TODO

  • Automate getting ToucanTesting Token:
    A script can probably be run TeamCity that gets the token and passes it in rather than having to manually enter it.
  • Automate getting TestSuiteId and Remove from Arguments
  • Automate getting TestModuleId and Remove from Arguments
  • Research better methods for associating a TestCase with its TestResult

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 toucan

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

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

Author

Daniel Breen (http://toucantesting.com)

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.14

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.1-rc5

7 years ago

1.0.1-rc4

7 years ago

1.0.1-rc3

7 years ago

1.0.1-rc2

7 years ago

1.0.1-rc1

7 years ago

1.0.0

7 years ago