Python: Selenium: Page Object Model (POM) design Pattern #7
IsraelW18
started this conversation in
Show and tell
Replies: 1 comment
-
|
Hi @IsraelW18 thank you. Could you please raise PR to this repo : https://github.com/Test-Architect/pytest-python-sample/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm excited to share my open-source Page Object Model (POM) project for Selenium & Pytest (Python).
This repo includes a working sample test, clear folder structure, and a full example of best practices for POM design
🔗 GitHub Repo: https://github.com/IsraelW18/QAAutomation_SeleniumPytest
Highlights:
Well-structured Page Object classes and test cases
Example for login, dashboard, and other pages
Reusable fixtures and clear separation between test logic and page logic layer
Easy to run: just install requirements and run with pytest
Includes sample CI pipeline file for GitHub Actions
Feel free to review, suggest improvements, or ask questions!
@lamhotsiagian
Beta Was this translation helpful? Give feedback.
All reactions