Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 504 Bytes

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

$ npm install newman --global;

The newman run command is used to run a specific collection against a given environment.

$ newman run <path_to_postman_collection_file> -e <path_to_environment_file>;