summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 ↵Mavlushechka
settings.json
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