Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-16 | Move the authorization logic to the BrowserUtils classexam | Mavlushechka | |
2022-11-16 | Remove LoggerUtils class | Mavlushechka | |
2022-11-16 | Add an extra check for empty json body to the isBodyEmpty(String json) method | Mavlushechka | |
2022-11-16 | Remove exception throwing on the createHttpUrlConnection(String spec, ↵ | Mavlushechka | |
RequestMethod requestMethod, boolean doOutput) method | |||
2022-11-16 | Remove Status enum | Mavlushechka | |
2022-11-04 | Add framework.utils and framework.constants package | 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 | Add framework package | Mavlushechka | |
2022-11-04 | Delete framework package | Mavlushechka | |
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 | Add removeHttpProtocol(String url) method to the StringUtils class | Mavlushechka | |
2022-11-03 | Add parseInt(String text) method to the IntegerUtils class | Mavlushechka | |
2022-11-02 | Add static post(String spec) method to UrlConnectionManager class utility | Mavlushechka | |
2022-11-02 | Remove pages package from framework | Mavlushechka | |
2022-11-01 | Framework initialization | Mavlushechka | |