0.0.26 • Published 2 years ago

testcafe-reporter-sap-server v0.0.26

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

testcafe-reporter-sap-server

Build Status

This is the sap-server reporter plugin for TestCafe.

Install

npm install testcafe-reporter-sap-server

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 sap-server

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

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

Author

STARTIM

0.0.23

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.26

2 years ago

0.0.21

3 years ago

0.0.20

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.15

5 years ago

0.0.17

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago