summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-11-04Add framework packageMavlushechka
2022-11-04Delete framework packageMavlushechka
2022-11-04Move Collections class from the project package to the framework packageMavlushechka
2022-11-03Use the static Collections.isSortedDescending(List<?> list) method instead of...Mavlushechka
2022-11-03Add Collections classMavlushechka
2022-11-03Use SiteApiMethod constants instead of hard codingMavlushechka
2022-11-03Add SiteApiMethod enumMavlushechka
2022-11-03Solve the 5th step of the TestCase1 test caseMavlushechka
2022-11-03Replace the Project project parameter with the String projectName in the open...Mavlushechka
2022-11-03Add putTest(String sid, String projectName, String testName, String methodNam...Mavlushechka
2022-11-03Check that the number of testes is greater than 5, instead of checking that i...Mavlushechka
2022-11-03Add the project object to the testData.json fileMavlushechka
2022-11-03Replace the Project project parameter with the String projectName in the open...Mavlushechka
2022-11-03Solve the 4th step of the TestCase1 test caseMavlushechka
2022-11-03Add getProjects() method to the ProjectsPage classMavlushechka
2022-11-03Add String projectName parameter to the isProjectSaved() method in the AddPro...Mavlushechka
2022-11-03Add AddProjectPage classMavlushechka
2022-11-03Add clickOnAddButton() method to the ProjectsPage classMavlushechka
2022-11-03Fix Tests comparison failMavlushechka
2022-11-03Inline user variableMavlushechka
2022-11-03Add asserts to the 3rd stepMavlushechka
2022-11-03Add TestsPage classMavlushechka
2022-11-03Add Test recordMavlushechka
2022-11-03Add Result enumMavlushechka
2022-11-03Add asserts to the 2nd stepMavlushechka
2022-11-03Add an assert to the 1st stepMavlushechka
2022-11-03Add getVersion() method to the ProjectsPage classMavlushechka
2022-11-03Remove --private argument from startArguments in firefox object from settings...Mavlushechka
2022-11-03User StringUtils.removeHttpProtocol(String url) method instead of custom impl...Mavlushechka
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