This framework can we used for testing of UI feature with selenium, we can also extent this for API test using request package
We are using poetry here as dependency management tool
All the libraries which this framework is dependent on are listed here
Please follow below steps to get the execution going pre-requisite
- Need Python version 3.9 or more
- we should have poetry installed which can be installed using command "pip install poetry"
Steps to run
-
Execute below command to install dependencies poetry install
-
RUn command poetry run pytest --html-report=./report/report.html --browser = chrome
-
results can be checked at Quicker/report/report.html