summaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2022-11-16Remove LoggerUtils classMavlushechka
2022-11-16Remove all unnecessary spaces from xpathsMavlushechka
2022-11-16Add an extra check for empty json body to the isBodyEmpty(String json) methodMavlushechka
2022-11-16Remove exception throwing on the createHttpUrlConnection(String spec, ↵Mavlushechka
RequestMethod requestMethod, boolean doOutput) method
2022-11-16Remove Status enumMavlushechka
2022-11-04Add framework.utils and framework.constants packageMavlushechka
2022-11-04Merge branch 'main' into examMavlushechka
# 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-04Add framework packageMavlushechka
2022-11-04Delete framework packageMavlushechka
2022-11-04Revert "Framework initialization"mainMavlushechka
This reverts commit 417d0364d12557bf2725660fcb77db80ffa906ff.
2022-11-04Move Collections class from the project package to the framework packageMavlushechka
2022-11-03Add Collections classMavlushechka
2022-11-03Use SiteApiMethod constants instead of hard codingMavlushechka
2022-11-03Add SiteApiMethod enumMavlushechka
2022-11-03Add putTest(String sid, String projectName, String testName, String ↵Mavlushechka
methodName, String env), putLogToTest(int testId, String content) and putAttachmentToTest(int testId, byte[] content, String contentType) methods to the SiteApiUtils class
2022-11-03Check that the number of testes is greater than 5, instead of checking that ↵Mavlushechka
it is not 0
2022-11-03Replace the Project project parameter with the String projectName in the ↵Mavlushechka
openProject() method of the ProjectsPage class
2022-11-03Add getProjects() method to the ProjectsPage classMavlushechka
2022-11-03Add String projectName parameter to the isProjectSaved() method in the ↵Mavlushechka
AddProjectPage class
2022-11-03Add AddProjectPage classMavlushechka
2022-11-03Add clickOnAddButton() method to the ProjectsPage classMavlushechka
2022-11-03Fix Tests comparison failMavlushechka
2022-11-03Add TestsPage classMavlushechka
2022-11-03Add Test recordMavlushechka
2022-11-03Add Result enumMavlushechka
2022-11-03Add getVersion() method to the ProjectsPage classMavlushechka
2022-11-03User StringUtils.removeHttpProtocol(String url) method instead of custom ↵Mavlushechka
implementation
2022-11-03Add removeHttpProtocol(String url) method to the StringUtils classMavlushechka
2022-11-03Add parseInt(String text) method to the IntegerUtils classMavlushechka
2022-11-03Solve the 3rd step of the TestCase1 test caseMavlushechka
2022-11-03Solve the 2nd step of the TestCase1 test caseMavlushechka
2022-11-03Solve the 1st step of the TestCase1 test caseMavlushechka
2022-11-02Add static post(String spec) method to UrlConnectionManager class utilityMavlushechka
2022-11-02Remove pages package from frameworkMavlushechka
2022-11-01Framework initializationMavlushechka