Skip to content

Commit

Permalink
Merge pull request #51 from reportportal/develop
Browse files Browse the repository at this point in the history
Release 5.0.1
  • Loading branch information
AmsterGet authored May 18, 2021
2 parents 74bdbe5 + e764599 commit 8bc428d
Show file tree
Hide file tree
Showing 9 changed files with 494 additions and 346 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Fixed
- [#53](https://github.com/reportportal/agent-js-postman/issues/43) Fix working with CLI.
- [#31](https://github.com/reportportal/agent-js-postman/issues/31) Fix reporting attributes for launch with CLI.
- [#8](https://github.com/reportportal/agent-js-postman/issues/8) Fix error "Cannot read property 'requestError' of undefined".

## [5.0.0] - 2021-03-08
### Changed
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $ newman run https://postman-echo.com/status/200 \
--reporter-@reportportal/agent-js-postman-launch=LAUNCH_NAME \
--reporter-@reportportal/agent-js-postman-project=PROJECT_NAME \
--reporter-@reportportal/agent-js-postman-description=LAUNCH_DESCRIPTION \
--reporter-@reportportal/agent-js-postman-attributes=launchKey:launchValue;launchValueTwo \
-x
```

Expand Down Expand Up @@ -83,6 +84,7 @@ Both CLI and programmatic runs support following options:
| launch | Name of launch at creation. |
| project | The name of the project in which the launches will be created. |
| description | Text description of launch. |
| attributes | Attributes of launch.<br/> Programmatically - [{ "key": "YourKey", "value": "YourValue" }] <br/> with CLI - "YourKey:YourValue;YourValueTwo" |
| rerun | Enable [rerun](https://github.com/reportportal/documentation/blob/master/src/md/src/DevGuides/rerun.md) |
| rerunOf | UUID of launch you want to rerun. If not specified, report portal will update the latest launch with the same name. |
| debug | Determines whether newman's run should be logged in details. |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0
5.0.1-SNAPSHOT
Loading

0 comments on commit 8bc428d

Please sign in to comment.