https://github.com/folio-org/folio-api-tests
FOLIO postman collections for backend modules
https://github.com/folio-org/folio-api-tests
Last synced: about 1 year ago
JSON representation
FOLIO postman collections for backend modules
- Host: GitHub
- URL: https://github.com/folio-org/folio-api-tests
- Owner: folio-org
- Created: 2018-07-26T15:05:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T07:07:19.000Z (about 5 years ago)
- Last Synced: 2025-02-09T15:42:47.078Z (over 1 year ago)
- Homepage:
- Size: 6.87 MB
- Stars: 4
- Watchers: 18
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# folio-api-tests
## Running API tests
The tests can be run directly from the command line by using [Newman] (https://github.com/postmanlabs/newman) To run Newman, make sure that you have NodeJS v4 or higher installed.
The easiest way to install Newman is to use NPM
```terminal
$ npm install newman --global;
```
The `newman run` command is used to run a specific collection against a given environment.
```terminal
$ newman run -e ;
```