Skip to content

sasikumar2022k/selenium-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

296 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Tests Repo

This repository contains Selenium automation tests in Python.
It is structured to be used in CI/CD pipelines such as Jenkins. deepika

Folder Structure nambi

  • tests/ - All test scripts.
  • utils/ - Helper functions.
  • requirements.txt - Python dependencies.
  • Jenkinsfile - Pipeline to run tests in Jenkins.

How to Setup and Run Locally

  1. Clone the repo:
git clone https://github.com/your-org/selenium-tests.git
cd selenium-tests
  1. Install dependencies:
pip install -r requirements.txt
  1. Run a test:
python3 tests/test_example_com.py

Expected Output

Page title is: Example Domain
Test passed: Found expected text.

About

Selenium Python Bindings Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%