Skip to content

rendybiz/e2e-API-mocha-supertest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End 2 end API Testing

Install

npm install

Setup

It's using .env file , so you need to create new .env file like below

API_HOST=https://httpbin.org
DB_USER=root
DB_PASS=s1mpl3

Run

mocha "test/<scenario-folder-name>"

ex: mocha "test/scenario-1"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published