This is a page object model framework I designed using selenium to automate testing on an e-commerce mock website. also for easy understanding of the test nature I have used cucumber and gherkin.
To use this project you will need:
- Eclipse IDE, Java JDK, Apache Maven.
- Create a folder on your computer.
- Clone with Git Bash
- In Eclipse click import project to your workspace.
- Tests are grouped in path: /TestAutomationEcommerceSite/src/test/java/tests You can run each test by going to the code and right click anywhere then on the menu that appearse - click on Run As > TestNG Test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
MIT