Skip to content

aifraenkel/api_testing_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Environment setup src_node (nodejs)

  • install nodejs
  • npm install
  • configure .env file: api url, mode and certificates path (if they apply)

To run a regression, this are the commands

  • npm test (test from console, mode should be test or debug to have all request and response bodies in console)
  • npm run regression (run tests with metadata for reports, mode should be regression)
  • npm run report (should run only after npm run regression)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published