Skip to content

amitair/automation-framework

Repository files navigation

automation-framework

This repository is based on a framework using Axios and AVA test runner and will be using https://petstore.swagger.io/ as a basis for the test.

Instructions for running API tests:

  1. create the .env..local files in top level directory
  2. run npm install
  3. run NODE_ENV=<environment> npm run testAll to run all tests in API/src directory
  4. run NODE_ENV=<environment> npm test filepath to run specific test

Instructions for running UI tests:

  1. create the .env.< environment >.local files in top level directory
  2. run npx cypress open

About

basic automation framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published