summaryrefslogtreecommitdiff
path: root/src/main/java/com/mavlushechka/a1qa/framework
AgeCommit message (Expand)Author
2022-11-16Move the authorization logic to the BrowserUtils classexamMavlushechka
2022-11-16Remove LoggerUtils classMavlushechka
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, Request...Mavlushechka
2022-11-16Remove Status enumMavlushechka
2022-11-04Add framework.utils and framework.constants packageMavlushechka
2022-11-04Merge branch 'main' into examMavlushechka
2022-11-04Add framework packageMavlushechka
2022-11-04Delete framework packageMavlushechka
2022-11-04Revert "Framework initialization"mainMavlushechka
2022-11-04Move Collections class from the project package to the framework packageMavlushechka
2022-11-03Add removeHttpProtocol(String url) method to the StringUtils classMavlushechka
2022-11-03Add parseInt(String text) method to the IntegerUtils classMavlushechka
2022-11-02Add static post(String spec) method to UrlConnectionManager class utilityMavlushechka
2022-11-02Remove pages package from frameworkMavlushechka
2022-11-01Framework initializationMavlushechka