GitHub - folio-org/folio-api-tests: FOLIO postman collections for backend modules

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

Activity

Custom properties

Stars

3 stars

Watchers

15 watching

Forks

7 forks