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