Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thim81 committed Apr 13, 2022
1 parent edeb4ac commit ccb9b03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [Unreleased]

## v1.16.0 - (2022-04-13)
- Bumped dependency versions of ajv, yargs, fp-ts
- Added the 'logAssignVariables' CLI option to toggle console output for assigned variables (#317)
- Globals - Added the ability for globals as 'collectionTestScripts' for Test Scripts on collection level (#305)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Options:
--collectionName Overwrite OpenAPI title to set the Postman collection name [string]
--cliOptionsFile Path to Portman CLI options file [string]
--ignoreCircularRefs Ignore circular references in OpenAPI spec (default: false) [boolean]
--logAssignVariables Toggle logging of assigned variables (default: true ) [boolean]
--logAssignVariables Toggle logging of assigned variables (default: true) [boolean]
--init Configure Portman CLI options in an interactive manner [string]
```

Expand Down Expand Up @@ -593,8 +593,8 @@ The configuration defined in the `globals` will be executed on the full Postman

#### globals options

- **collectionPreRequestScripts** : Array of scripts that will be injected as Postman Collection Pre-request Scripts that will execute before every request in this collection. Values can be the script content or path to the script file (with `file:` prefix).
- **collectionTestScripts**: Array of scripts that will be injected as Postman Collection Test Scripts that will execute after every request in this collection. Values can be the script content or path to the script file (with `file:` prefix).
- **collectionPreRequestScripts** : Array of scripts that will be injected as Postman Collection Pre-request Scripts that will be executed by Postman before every request in this collection. Values can be the script content or path to the script file (with `file:` prefix).
- **collectionTestScripts**: Array of scripts that will be injected as Postman Collection Test Scripts will be executed by Postman after every request in this collection. Values can be the script content or path to the script file (with `file:` prefix).
- **keyValueReplacements** : A map of parameter key names that will have their values replaced with the provided Postman variables.
- **valueReplacements** : A map of values that will have their values replaced with the provided values.
- **rawReplacements** : Consider this a "search & replace" utility, that will search a string/object/... and replace it with another string/object/...
Expand Down

0 comments on commit ccb9b03

Please sign in to comment.