Skip to content

vatsrahul1001/Quicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUICKER

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

  1. Need Python version 3.9 or more
  2. we should have poetry installed which can be installed using command "pip install poetry"

Steps to run

  1. Execute below command to install dependencies poetry install

  2. RUn command poetry run pytest --html-report=./report/report.html --browser = chrome

  3. results can be checked at Quicker/report/report.html

About

Pytest Selenium Automation framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published