Skip to content

rj13371/test-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project contains automated tests for the Swag Labs website using Selenium WebDriver and Pytest.

1️⃣ Install Dependencies Ensure you have Python 3.x installed, then install the required packages:

bash
pip install -r requirements.txt

2️⃣ Set Up WebDriver Download and place the appropriate WebDriver (e.g., ChromeDriver for Chrome) in your system path.

3️⃣ Run Tests Execute tests using Pytest:
cd test-script/tests
pytest -v

Project Structure

/tests # Test cases
/pages # Page Object Model (POM) classes
/config # Pytest fixtures & setup
/drivers #required drivers /requirements.txt # Dependencies

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors