2.0.7 • Published 8 months ago

testcafe-reporter-slack-message v2.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

testcafe-reporter-slack-message

Build Status

This is the slack-message reporter plugin for TestCafe.

Install

npm install testcafe-reporter-slack-message

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 slack-message

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

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

Author

susana (https://github.com/work88/testcafe-reporter-slack-message)

testcafe-reporter-slack-message

2.0.7

8 months ago

2.0.6

8 months ago

2.0.5

8 months ago

2.0.3

8 months ago

2.0.2

8 months ago

2.0.1

8 months ago

2.0.0

8 months ago

1.0.0

8 months ago