#BIG-WEB This Repo. contains a script to open https://arielkiell.wixsite.com/interview
- use the following command to checkout "git checkout main"
- To Run the solution: open the root path of the project then try this "mvn clean package"
#Description:
- Script will open the web portal, and scroll down to find a book. you can set the book name inside the main test class "AddBookTest".
- Select Shop from menu
- select best seller product/item
- pick a color
- increment the items count from input field by clicking on "up arrow"
- click on view cart
- click on checkout
- check the price
#Features:
- The solution is developed in JAVA and Selenium.
- Reports are generated per each test case.
- A screenshot is captured per each test case.
- The solution is following -> Page object model design pattern with simple SOLID principles to be adoptable to changes and provide usability.
- The solution allows parallel testing through testng.xml file, ** however, the solution isn't working with Firefox
- Dockerfile is configured, but not working
#Setup
- make sure that Maven is downloaded and installed
- make sure to project JAVA SDK from project settings = 20
- Chrome and Firefox drivers are located in the solution
- From the root path of the checkout main branch locally, type in terminal "mvn clean package"
- after execution, open report in chrome from reports directory in the solution
- after execution, open screenshots from /src/test/resources/screenshots