As Applications grow, testing them manually grow more tedious, in other to reduce human prone error that comes with manual testing, ensure ease, reduce testing time and boost productivity, tests like this ought to be automated. This repo contains all the resources on automated manual tests for cribmd website and native app.
These are the major toolings utilized in this project.
This is a guide on how to set up this project locally. To get a local copy up and running follow these steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/CribMDPLC/cribmd-e2e-test-framework.git
- Install NPM packages
npm install
- To run the tests for webApp
npm run test-local
3. To run the tests for native apps
```sh
npm run ( update this soon )