Skip to content

procesor2017/Mocha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mocha - How to write some basic tests

Basic Info

Repository shows how to use Mocha with node.js library for testing API, mobile aplication and web aplication. you can find full documentation under folder Documentations, if you just wanna try these test, follow Install category.

Install

For Api and Web testing:

You can install everything with some orders:

npm install --save-dev mocha
npm install --save-dev mochawesome
npm i -D playwright
npm install chai

or you can just start:

npm test

For mobile testing

You need install appium and AVD. More information you can find here.

Documentation

About library:

Resource

About

Playing with mocha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors