UI Automation tests of https://rakuten.co.uk/ with using: Java 11 + Selenium + TestNG + PageObject + Lombok + Maven + Allure report.
- 'master': 1 automated Test case from 'Coding Exercise';
- 'master-plus-additional-task': 3 automated Test cases from both 'Coding Exercise' and 'Non-Coding Exercise'.
- MyAccountTest.class.
- checkPersonalInfoUrlAndAccountPointsAfterRegistration();
- checkFirstAndLastNameAfterRegistration();
- checkFullNameAfterRegistration().
- linearTests.xml;
- parallelTests.xml.
Allure report allows seeing the manual test cases (& steps) as a solution for the 'Non-Coding Exercise'. We should run all automated tests via Maven in the 'master-plus-additional-task' branch. For Allure instructions check ALLURE.md file.