This repository contains automated tests for a RESTfull api
It's a basic and small framework just for challenge purposes. The same could be extended and improved as project requirements.
The contained automated test cases are for PET and USERS.
Test data consumed by the test cases are provided by running local swagger application.
I select the mentioned stack due to it's a simply and powerfull stack to start to build a robust automation framework.
- Docker
- Javascript
- npm
- jest
- superagent
- eslint
- allure
- Checkout repository
git@github.com:andrelo86/sqli-api-ui.git - Install npm if you don't have it installed
- At project API root level execute:
npm install - Run docker-compose build
- Run docker-compose up -> All tests will be expected
- Docker
- Javascript
- npm
- cypress
- Checkout repository
git@github.com:andrelo86/sqli-api-ui.git - Install npm if you don't have it installed
- At project UI root level execute:
npm install - At project root level execute:
npx cypress open