Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-16 | Add getProjectId(String projectName) to the ProjectsPage class | Mavlushechka | |
2022-11-16 | Remove LoggerUtils class | Mavlushechka | |
2022-11-16 | Make the BaseTest class abstract | Mavlushechka | |
2022-11-04 | Add BaseTest class | Mavlushechka | |
2022-11-04 | Merge branch 'main' into exam | Mavlushechka | |
# Conflicts: # .gitignore # src/main/java/com/mavlushechka/a1qa/framework/utils/IntegerUtils.java # src/main/java/com/mavlushechka/a1qa/framework/utils/StringUtils.java # src/main/java/com/mavlushechka/a1qa/framework/utils/UrlConnectionManager.java # src/main/resources/settings.json # src/main/resources/testData.json # src/test/java/com/mavlushechka/a1qa/project/TestCase1.java | |||
2022-11-04 | Revert "Framework initialization"main | Mavlushechka | |
This reverts commit 417d0364d12557bf2725660fcb77db80ffa906ff. | |||
2022-11-04 | Move Collections class from the project package to the framework package | Mavlushechka | |
2022-11-03 | Use the static Collections.isSortedDescending(List<?> list) method instead ↵ | Mavlushechka | |
of the custom implementation | |||
2022-11-03 | Solve the 5th step of the TestCase1 test case | Mavlushechka | |
2022-11-03 | Replace the Project project parameter with the String projectName in the ↵ | Mavlushechka | |
openProject() method of the ProjectsPage class | |||
2022-11-03 | Replace the Project project parameter with the String projectName in the ↵ | Mavlushechka | |
openProject() method of the ProjectsPage class | |||
2022-11-03 | Solve the 4th step of the TestCase1 test case | Mavlushechka | |
2022-11-03 | Inline user variable | Mavlushechka | |
2022-11-03 | Add asserts to the 3rd step | Mavlushechka | |
2022-11-03 | Add asserts to the 2nd step | Mavlushechka | |
2022-11-03 | Add an assert to the 1st step | Mavlushechka | |
2022-11-03 | Solve the 3rd step of the TestCase1 test case | Mavlushechka | |
2022-11-03 | Solve the 2nd step of the TestCase1 test case | Mavlushechka | |
2022-11-03 | Solve the 1st step of the TestCase1 test case | Mavlushechka | |
2022-11-01 | Framework initialization | Mavlushechka | |