Playground for Automation

This is a framework to run UI and API tests

Getting Started

npm install

Running the UI tests using Testcafe

npm run test:browserName

Running the Service tests using Supertest and Mocha

npm run servicetests

Built With

  • Supertest - The library used for HTTP calls