Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 516 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 516 Bytes

Getting Started

On Linux:

  1. git clone ...
  2. npm install
  3. node test-meal.js

Note: make sure node-gyp is installed, e.g. npm install -g node-gyp

Mac/Windows: not tested yet.

Use Test Case Generator

  1. git clone https://github.com/kenny-y/wn-example.git
  2. Switch to generate-test-case branch
  3. Do npm install
  4. Run node scripts/generate-test-case.js to generate test case under generated directory.
  5. Run the generated test by running mocha generated/test-meal-api-existence.js