2.0.7 • Published 2 years ago

testcafe-reporter-slack-message v2.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago