3.8.12 • Published 4 months ago

testcafe-reporter-api-reporter v3.8.12

Weekly downloads
7
License
MIT
Repository
bitbucket
Last release
4 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.12

4 months ago

3.8.11

4 months ago

3.8.10

4 months ago

3.8.9

4 months ago

3.8.8

4 months ago

3.8.7

5 months ago

3.8.6

5 months ago

3.8.4

6 months ago

3.8.5

6 months ago

3.6.5

9 months ago

3.7.3

8 months ago

3.6.4

9 months ago

3.8.1

8 months ago

3.7.2

8 months ago

3.6.3

9 months ago

3.4.0

11 months ago

3.8.0

8 months ago

3.6.2

9 months ago

3.6.1

9 months ago

3.6.0

9 months ago

3.4.2

11 months ago

3.4.1

11 months ago

3.3.11

12 months ago

3.3.8

1 year ago

3.3.7

1 year ago

3.3.6

1 year ago

3.3.5

1 year ago

3.3.4

1 year ago

3.3.2

1 year ago

3.2.4

2 years ago

3.2.3

2 years ago

3.2.2

2 years ago

3.2.1

2 years ago

3.1.9

2 years ago

3.1.8

2 years ago

3.1.7

2 years ago

3.1.6

2 years ago

3.1.5

3 years ago

3.1.3

3 years ago

3.1.2

3 years ago

3.0.3

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago