Complete E2E Selenium automation framework with Cucumber BDD, Page Object Model, and Java for e-commerce testing (Search, Order, Payment, Tracking)
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
40
commits
fix: Change JUnit dependency from Jupiter (v5) to JUnit 4 (v4.13.2)
ccd3dd9View on GitHubfix: Add missing JavaFaker and JUnit dependencies to pom.xml
bbcc7cbView on GitHubfeat: Add OrderTrackingSteps for order tracking and delivery status
4954ab0View on GitHubfeat: Add ProductSearchSteps for comprehensive search functionality
791cee6View on GitHubtest: Add OrderTracking feature for order status and delivery tracking
5155767View on GitHubtest: Add ProductSearch feature with comprehensive search scenarios
7fc26a9View on GitHubfeat: Add EcommercePurchaseSteps for checkout and payment scenarios
fb7910eView on GitHubfix: Convert Java 14+ arrow syntax to traditional switch-case for Java 11 compatibility
d0400bbView on GitHubfix: Update actions/upload-artifact from v3 to v4 to resolve deprecation
f6fcb45View on GitHubci: Add GitHub Actions CI/CD pipeline for automated testing
069f193View on GitHubfeat: Add CucumberTestRunner with TestNG and reporting plugins
729c922View on GitHub