https://www.youtube.com/watch?v=Sjzq9kU5kOw
- Python > 3.10 with pip & virtualenv
- Docker
Clone this repo:
git clone
All the code for website & api automation is situated in the website and api folder respectively.
Run:
pip install -r requirements.txtThis will install all the required python dependencies.
To run the testcases you can issue the following command.
- To run the website test cases
pytest -m website- To run the api test cases
pytest -m api- To use envi in the command add the below argument. By default it takes localhost domain.
--envi localhost / cm / uat / staging / prod