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.
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
You need install appium and AVD. More information you can find here.
About library:
- Assertion Library
- Request Library
- Reporting About mocharc.js setup:
- Basic
- Most-used-Commands
- Different between mocha.opts and .mocharc.js