Skip to content

Automation Testing using Axios + Jest for API Testing and WebdriverIO for UI Functional Testing

Notifications You must be signed in to change notification settings

Alcoto95/axios-webdriverio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axios-webdriverio

Automation Testing Framework for API and UI Functional Testing

Setup:

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.

Running Tests

TBD

Automation Tools:

Axios:

Promise based HTTP client for the browser and node.js

Installation:

npm i -D axios

Jest:

Javascript Testing Framework

Instalation:

npm i -D jest

WebdriverIO:

Javascript Testing Framework used for UI Functional Automation

Installation:

npm i -D webdriverio

Babel Setup

npm i -D @babel/core @babel/cli @babel/preset-env @babel/register

Eslint

Eslint is a Static Analysis tool for defining code rules

npm i -D eslint

About

Automation Testing using Axios + Jest for API Testing and WebdriverIO for UI Functional Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published