3.8.16 • Published 11 months ago

testcafe-reporter-api-reporter v3.8.16

Weekly downloads
7
License
MIT
Repository
bitbucket
Last release
11 months ago

testcafe-reporter-api-reporter

Build Status

This is the api-reporter reporter plugin for TestCafe.

Install

npm install testcafe-reporter-api-reporter

Required Environment Variables

JIRA

The reporter should be able to read issue keys, infer their issue id, and associate them with a Zephyr execution.

JIRA_USER
JIRA_API_TOKEN

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 api-reporter

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

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

Author

(https://app.ninjarmm.com)

3.8.16

11 months ago

3.8.15

1 year ago

3.8.12

2 years ago

3.8.11

2 years ago

3.8.10

2 years ago

3.8.9

2 years ago

3.8.8

2 years ago

3.8.7

2 years ago

3.8.6

2 years ago

3.8.4

2 years ago

3.8.5

2 years ago

3.6.5

2 years ago

3.7.3

2 years ago

3.6.4

2 years ago

3.8.1

2 years ago

3.7.2

2 years ago

3.6.3

2 years ago

3.4.0

2 years ago

3.8.0

2 years ago

3.6.2

2 years ago

3.6.1

2 years ago

3.6.0

2 years ago

3.4.2

2 years ago

3.4.1

2 years ago

3.3.11

2 years ago

3.3.8

2 years ago

3.3.7

2 years ago

3.3.6

2 years ago

3.3.5

2 years ago

3.3.4

2 years ago

3.3.2

2 years ago

3.2.4

3 years ago

3.2.3

3 years ago

3.2.2

3 years ago

3.2.1

3 years ago

3.1.9

3 years ago

3.1.8

3 years ago

3.1.7

3 years ago

3.1.6

3 years ago

3.1.5

4 years ago

3.1.3

4 years ago

3.1.2

4 years ago

3.0.3

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago