Skip to content

JeanBaptisteWATENBERG/rest-test-scenari-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published