0.6.6 • Published 10 months ago

testcafe-reporter-reportportal-plugin v0.6.6

Weekly downloads
664
License
Apache 2
Repository
github
Last release
10 months ago

This is the reportportal-plugin reporter plugin for TestCafe.

Integrate this Reporter in your project

Install the reporter via NPM

npm i testcafe-reporter-reportportal-plugin@latest --save-dev

Use the reporter in your TestCafe test run

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 reportportal-plugin

OR:

testcafe chrome 'path/to/test/file.js' --reporter=reportportal-plugin

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

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

Map of existing CLI Arguments:

RequiredArgumentDescriptionExample
YesrdomainThe domain of the report portal. https://{domain}/--rdomain=reports.pl.portal.com
YesrtokenThe token to auth report portal with. Taken from the 'Profile' of your user.--rtoken=gfkbv5994350mg
YesrlaunchThe name of your launch. Required (Unless replaced by rlaunch-id argument).--rlaunch=my-launch
YesrprojectThe name of your project.--rproject=my-project
Norlaunch-idThe ID of an existing launch, can replace the rlaunch parameter.--rlaunch-id=fjvkdnvjgnf
NorsuiteAn optional suite name, adding a suite will put all tests under the suite instead of directly under the launch.--rsuite=my-suite-name
NorprotocolAn optional ability to override the protocol of the API protocol. {protocol}://{domain}/.--rprotocol=http
Nodisable-live-reportingAn optional ability to disable the live reporting--disable-live-reporting

Testing

Please go to the Testing section in the Contributing README file

Interested in contributing?

Please read our contributing guidelines here

0.6.6

10 months ago

0.6.5

10 months ago

0.6.4

10 months ago

0.6.3

2 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.9

3 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.0

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.1

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.3.9

4 years ago

0.4.0

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.3.1

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

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