FRISBY JS - api test framework
Requirements
- node (version > 10 ) on your machine and should be set to PATH
- npm
- frisby
- Code Editor: visual studio code
Install Dependencies
npm install
Run first test
- Update username and passowrd in create.session.spec.js
- Run
npm run testin another terminal
Congratulations!!! You have successfully run your first test.