Skip to content
 
 

Latest commit

 

History

97 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Folio postman collections for backend modules

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors