3.5.3 • Published 10 months ago

codeceptjs-rphelper v3.5.3

Weekly downloads
937
License
MIT
Repository
github
Last release
10 months ago

Buy Me A Coffee Donate with PayPal

Codacy Badge GitHub tag License

codeceptjs-rphelper

Streamline your CodeceptJS test results with seamless integration into ReportPortal.

codeceptjs-rphelper is a CodeceptJS helper designed to publish test results on ReportPortal effortlessly after execution.

Installation

npm i codeceptjs-rphelper --save

Configuration

To utilize this plugin, add the following configuration to your codecept.conf.(js|ts) file:

{
  ...
   plugins: {
    reportportal: {
      require: 'codeceptjs-rphelper',
      token: 'YOUR_TOKEN',
      endpoint: 'http://localhost:8080/api/v1',
      launchName: 'This is awesome',
      launchDescription: 'This is a description of your launch',
      launchAttributes: [{ key: 'yourKey', value: 'yourValue' }],
      projectName: 'YOUR_PROJECT',
      rerun: false,
      debug: false,
      enabled: true
    }
  ...
}

Specify the following information:

  • token: Found on the user profile page, use it for authentication instead of a password.
  • endpoint: Your ReportPortal host + /api/v1, e.g., http://localhost:8080/api/v1.
  • launchName: The desired launch name (default is the suite title).
  • launchDescription: Description of your launch (default is empty).
  • launchAttributes: Attributes for your launch (default is empty).
  • projectName: The project created in the ReportPortal UI.
  • debug: Enable debug mode for ReportPortal.
  • rerun: Enable rerun.
  • rerunOf: UUID of the launch to rerun. If not specified, the latest launch with the same name will be updated.
  • issue: Test item issue object. Visit client-javascript for more info.

For additional logs, set debug: true in the configuration.

Video

View Example Video

3.4.0

10 months ago

3.5.3

10 months ago

3.5.2

10 months ago

3.5.1

10 months ago

3.5.0

10 months ago

3.3.6

1 year ago

3.3.5

1 year ago

3.3.4

1 year ago

3.3.3

1 year ago

3.3.1

1 year ago

3.3.0

1 year ago

3.3.2

1 year ago

3.2.1

1 year ago

3.2.0

1 year ago

3.1.29

1 year ago

3.1.28

1 year ago

3.1.25

1 year ago

3.1.27

1 year ago

3.1.26

1 year ago

3.1.23

1 year ago

3.1.22

1 year ago

3.1.24

1 year ago

3.1.21

1 year ago

3.1.20

1 year ago

3.1.19

1 year ago

3.1.16

1 year ago

3.1.15

1 year ago

3.1.18

1 year ago

3.1.17

1 year ago

3.1.14

1 year ago

3.1.13

1 year ago

3.1.12

1 year ago

3.1.11

1 year ago

3.1.10

1 year ago

3.1.9

1 year ago

3.1.8

1 year ago

3.1.7

1 year ago

3.1.6

1 year ago

3.1.5

1 year ago

3.1.3

1 year ago

3.1.4

1 year ago

3.1.2

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.12

5 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago