Skip to content

leo-fcx/common-api-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API testing

Some samples to test some resources from REST APIs.

How to set up?

  1. Clone the project
  2. Inside the folder for the project, run npm install
  3. Edit test/constans.js and provide host, user and password values.

How to run?

You either have two options:

  1. Execute from console npm test
  2. Or, execute from console grunt mochaTest (please note that node_modules/.bin/ should be in your PATH)

Following is an example of the output:

alt tag

About

Applying Page Objects approach to API testing. We call then Resource Objects or Domain Objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published