E2E test automation framework for MyStore e-commerce app. Built with Python, Selenium & Pytest. Features hybrid API+UI testing with AAA pattern, Page Object Model, unique test data generation, automatic cleanup, and full test independence. Covers auth, products, cart, orders, and admin panel functionality.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
docs: Add comprehensive README and update test cases documentation
086d15bView on GitHubRefactor: Move UI wait logic from tests to Page Objects
52f8215View on GitHublatest project modifications, removal of unused methods, order, refactoring
54a70bbView on GitHubRefactor: convert test_admin_edit_user to test_admin_view_user
33abbe6View on GitHubRefactor: split conftest.py into modular fixtures, fix cleanup mechanism, remove unused constants
873afbbView on GitHubAdd test_admin_cancel_order and test_add_product_to_cart tests
eb076c5View on GitHubAdd test_admin_change_order_status and fix admin_orders_page
a0e3b9dView on GitHubAdd test_admin_create_product and fix admin_products_page
1cb9c37View on GitHubRefactor: split admin_page.py into separate files per class
ec561cdView on GitHubAdd admin delete product test and refactor: extract confirm_browser_alert to BasePage
3508c6aView on GitHubAdd admin delete user test, fix admin page methods, and improve test assertions
6ea9425View on GitHubAdd admin edit product test and fix edit button data-testid in admin page
0d79510View on GitHub