You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -402,7 +402,7 @@ There are several options to achieve this:
402
402
403
403
### Using the `launchId` config option
404
404
405
-
The complete example of `launchId` usage with shards can be found for [playwirght example](https://github.com/reportportal/examples-js/tree/main/example-playwright) with [GitHub Actions pipeline](https://github.com/reportportal/examples-js/blob/main/.github/workflows/CI-pipeline.yml).
405
+
The complete example of `launchId` usage with shards can be found for our [playwirght example](https://github.com/reportportal/examples-js/tree/main/example-playwright) with [GitHub Actions pipeline](https://github.com/reportportal/examples-js/blob/main/.github/workflows/CI-pipeline.yml), so you can use it as a reference while following this guide.
406
406
407
407
The agent supports the `launchId` parameter to specify the ID of the already started launch.
408
408
This way, you can start the launch using `@reportportal/client-javascript` before the test run and then specify its ID in the config or via environment variable.
0 commit comments