-
Notifications
You must be signed in to change notification settings - Fork 50
Description
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.