Skip to content

Exposing launch link or launch UUID for use in upstream clients #195

@barking-timber

Description

@barking-timber

Hi folks, a very initial feature request.

From the reportportal/agent-js-playwright perspective, we're currently relying on logLaunchLink option to provide a quick and direct link to the actual test run. We obtain it in a post-action, which is a script following the main test execution by grepping the STDOUT essentially. It's not tidy, as it eventually requires us to maintain another reporting realm, separate from the test framework reporting.

Do you think it would be a possible nice feature to expose the launch link outside the reportportal/client-javascript somehow? The only way of doing it I can think of would be the client-javascript setting an environment variable to be picked up. I don't think it's the cleanest option but would work, right?

This way we would benefit from Report Portal and report links in any reporting we could imagine (slack, github etc).

PS. One thing that needs checking, is how the test frameworks order the test reporters.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions