0.6.3 • Published 1 year ago

testcafe-reporter-reportportal-plugin v0.6.3

Weekly downloads
664
License
Apache 2
Repository
github
Last release
1 year 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.3

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.9

2 years ago

0.4.9

2 years ago

0.4.8

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.1

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.3.9

3 years ago

0.4.0

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.0

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.3.1

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago