From 5aaddaa9c99cbdf6aee630fdb34b7e8a4171f582 Mon Sep 17 00:00:00 2001 From: Ilya Hancharyk Date: Thu, 3 Oct 2024 19:06:10 +0200 Subject: [PATCH] Fix links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7786e6a..9d4eea0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Agent to integrate Jasmine with ReportPortal. * More about [Jasmine](https://jasmine.github.io/) -* More about [ReportPortal](http://reportportal.io/) +* More about [ReportPortal](https://reportportal.io/) ## Installation @@ -43,7 +43,7 @@ The full list of available options presented below. | project | Required | | The name of the project in which the launches will be created. | | attributes | Optional | [] | Launch attributes. | | description | Optional | '' | Launch description. | -| rerun | Optional | false | Enable [rerun](https://reportportal.io/docs/dev-guides/RerunDevelopersGuide) | +| rerun | Optional | false | Enable [rerun](https://reportportal.io/docs/developers-guides/RerunDevelopersGuide/) | | rerunOf | Optional | Not set | UUID of launch you want to rerun. If not specified, ReportPortal will update the latest launch with the same name | | mode | Optional | 'DEFAULT' | Results will be submitted to Launches page
*'DEBUG'* - Results will be submitted to Debug page. | | skippedIssue | Optional | true | ReportPortal provides feature to mark skipped tests as not 'To Investigate'.
Option could be equal boolean values:
*true* - skipped tests considered as issues and will be marked as 'To Investigate' on ReportPortal.
*false* - skipped tests will not be marked as 'To Investigate' on application. |