Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 550 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 550 Bytes

REST Test scenari executor

The goal of this project is to read a test scenario from a json file and execute the tests against the REST ressources.

This is an experiment based on Jest and Frisby.

Set the scenario

In index.spec.ts file, replace require('../scenari/json-placeholder-post.json') by the scenario spec you want to execute.

You can find some scenario spec samples in the scenari folder.

Run the tests

npm run test