/amazon

Primary LanguageJava

The Serenity Project - Amazon

The project is structured as followed:

  1. The "serenity.properties" file in the root folder contains options like webdriver.driver.

  2. The Page Object classes are located in the "src/main/java/com/hsbc/pages" folder.

  3. The step classes are located in the located in the "src/test/java/com/hsbc/steps" folder.

  4. The JUnit tests are located in the "src/test/java/com/hsbc/tests/AmazonTest.java" folder.