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.
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.
npm run test