Closed dmytro-ndp closed 1 year ago
Make it possible to generate test report for ReportPortal https://reportportal-crw.apps.ocp-c1.prod.psi.redhat.com
Use @reportportal/agent-js-mocha library.
Reporter option:
const mochaMain = new Mocha({ reporter: '@reportportal/agent-js-mocha', reporterOptions: { endpoint: 'https://reportportal-crw.apps.ocp-c1.prod.psi.redhat.com/api/v1', token: 'RP_TOKEN', launch: 'RP_LAUNCH_NAME', project: 'RP_PROJECT_NAME', description: 'RP_LAUNCH_DESCRIPTION' }, timeout: 250000 });
There are dedicated projects:
No response
Downstream issue: https://issues.redhat.com/browse/CRW-1433
https://reportportal.io/docs/installation-steps/DeployWithDockerOnLinuxMac/
Is your task related to a problem? Please describe
Make it possible to generate test report for ReportPortal https://reportportal-crw.apps.ocp-c1.prod.psi.redhat.com
Describe the solution you'd like
Use @reportportal/agent-js-mocha library.
Reporter option:
There are dedicated projects:
Describe alternatives you've considered
No response
Additional context
Downstream issue: https://issues.redhat.com/browse/CRW-1433