The Serenity Project - Amazon
The project is structured as followed:
-
The "serenity.properties" file in the root folder contains options like webdriver.driver.
-
The Page Object classes are located in the "src/main/java/com/hsbc/pages" folder.
-
The step classes are located in the located in the "src/test/java/com/hsbc/steps" folder.
-
The JUnit tests are located in the "src/test/java/com/hsbc/tests/AmazonTest.java" folder.