Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 319 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 319 Bytes

Step1

Before Running

npm init

npm install frisby --save-dev

npm install --save-dev jest

mkdir -p tests/api

Step 2

Create Test cases in test/api directory

Step 3

Run all test

jest

Run a Specific Test

jest -t testex_spec.js

jest -t testconsole_spec.js