summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-20Remove vkontakte.account object from testData.jsontask-4Mavlushechka
2022-10-17Divide test case classes into 2 packages: framework and projectMavlushechka
2022-10-17Divide classes into 2 packages: framework and projectMavlushechka
2022-10-17Remove vkontakte account login, password and token from testData.jsonMavlushechka
2022-10-17Replace notExists() method with postExists()Mavlushechka
2022-10-17Use == for integers instead of Objects.equals(Object, Object)Mavlushechka
2022-10-17Rename contains(Comment), contains(Post) and notContains(Post) methods to con...Mavlushechka
2022-10-17Rename Method enum to VkApiMethodMavlushechka
2022-10-07Solve 1st test caseMavlushechka
2022-10-04Create RequestMethod enumMavlushechka
2022-10-04Remove findElement methods from WebDriverUtils driver utility classMavlushechka
2022-10-04Create Status enumMavlushechka
2022-10-04Make private spec field publicMavlushechka
2022-10-04Add getResponseCode methods to JSONPlaceholderAPIManager utility classMavlushechka
2022-10-04Create Endpoint enumMavlushechka
2022-10-04Move often used config data to variablesMavlushechka
2022-10-04Replace spec parameters by ids of objectsMavlushechka
2022-10-04Rename JSONPlaceholderAPI utility class to JSONPlaceholderAPIManagerMavlushechka
2022-10-04Create JSONPlaceholderAPI utility classMavlushechka
2022-10-03Move isPostsAscending logic to Posts utility classMavlushechka
2022-10-03Move enums to constants packageMavlushechka
2022-10-03Move enums to constants packageMavlushechka
2022-10-03Revert "Remove Browser enum"Mavlushechka
2022-10-03Break the loop after finding a user with id 5Mavlushechka
2022-09-29Remove Browser enumMavlushechka
2022-09-28Solve 1st test caseMavlushechka
2022-09-28Use parse(String, String) method instead of removed parseData(String, String)...Mavlushechka
2022-09-28Rewrite JSONParser utility based on json-simple to org.jsonMavlushechka
2022-09-28Create HttpURLConnectionFactory driver utility classMavlushechka
2022-09-28Create URLConnectionManager utility classMavlushechka
2022-09-28Create FileParser utility classMavlushechka
2022-09-28Add httpURLConnection config to config.jsonMavlushechka
2022-09-22Use the scrollTo() method in the click() method before clicking on the elemen...testing-frameworkMavlushechka
2022-09-22Add the scrollTo() protected method to the BaseElement classMavlushechka
2022-09-22Add the scrollTo(WebElement) method to the ActionUtils classMavlushechka
2022-09-22Add checking visibility of an element before finding the element in the BaseE...Mavlushechka
2022-09-22Add the isInvisible() method to the BaseElement classMavlushechka
2022-09-22Change webDriverWait.durationOfSeconds config value from 3 to 15Mavlushechka
2022-09-22Set 'uniqueElement' and 'name' private fields protected in BaseForm classMavlushechka
2022-09-21Add clear() method to Field classMavlushechka
2022-09-21Add capitalizeFirstLetter() method to StringUtils classMavlushechka
2022-09-20Add testing frameworkMavlushechka