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. |