Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate E2E typescript test report for ReportPortal #22543

Closed
dmytro-ndp opened this issue Sep 22, 2023 · 1 comment · Fixed by #22590
Closed

Generate E2E typescript test report for ReportPortal #22543

dmytro-ndp opened this issue Sep 22, 2023 · 1 comment · Fixed by #22590
Assignees
Labels
area/qe kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system. team/B This team is responsible for the Web Terminal, the DevWorkspace Operator and the IDEs.

Comments

@dmytro-ndp
Copy link
Contributor

dmytro-ndp commented Sep 22, 2023

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:

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:

Describe alternatives you've considered

No response

Additional context

Downstream issue: https://issues.redhat.com/browse/CRW-1433

@dmytro-ndp dmytro-ndp added kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system. area/qe team/B This team is responsible for the Web Terminal, the DevWorkspace Operator and the IDEs. labels Sep 22, 2023
@nallikaea
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/qe kind/task Internal things, technical debt, and to-do tasks to be performed. severity/P1 Has a major impact to usage or development of the system. team/B This team is responsible for the Web Terminal, the DevWorkspace Operator and the IDEs.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants