Automation Testing Framework for API and UI Functional Testing
This framework is Node.js based so in order to set it up you will need to install:
After cloning the repo, simply use a npm install
command to install all the project dependencies locally and start running the tests.
TBD
Promise based HTTP client for the browser and node.js
Installation:
npm i -D axios
Javascript Testing Framework
Instalation:
npm i -D jest
Javascript Testing Framework used for UI Functional Automation
Installation:
npm i -D webdriverio
npm i -D @babel/core @babel/cli @babel/preset-env @babel/register
Eslint is a Static Analysis tool for defining code rules
npm i -D eslint