Skip to content

Releases: alfa-laboratory/akita

4.1.4

09 Aug 09:53
8ece0c3
Compare
Choose a tag to compare

4.1.4

New features and improvements

Fixed bug with waiting ElementCollection items (#158 )

4.1.3

15 Apr 09:31
46b9668
Compare
Choose a tag to compare

4.1.3

New features and improvements

Add new annotation Hidden (#145 )
Add headless mode in mobile (#149 )
Add capability for selenoide session name (#151 )

4.1.2

18 Jun 08:30
06393f2
Compare
Choose a tag to compare

4.1.2

New features and improvements

Up Selenide version
Add ability to work with ElementsCollection on pages and support it methods (#140 )

New steps

(#138 )
@И("^выполнен (GET|POST|PUT|DELETE) запрос на URL \"([^\"]*)\". Ожидается код ответа: (\\d+)$")

4.1.1

26 Mar 09:07
5a00d4d
Compare
Choose a tag to compare

Bugfix release

4.1.0

06 Mar 17:53
55645c3
Compare
Choose a tag to compare

4.1.0

New features and improvements

Translated all steps to English (#130 #131 #132 #134)
updated CustomDriverProvider with enabling proxy mode and ability to run tests remotely either on selenoid or selenium grid (#136)
added opera remote driver options (#129)

New steps

(#133)
@Тогда("^в выпадающем списке \"([^\"]*)\" выбран элемент с текстом \"([^\"]*)\"$")
@Тогда("^в выпадающем списке \"([^\"]*)\" выбран элемент со значением \"([^\"]*)\"$")
@Тогда("^выбран (\\d+)-й элемент в выпадающем списке \"([^\"]*)\"$")
@Тогда("^в выпадающем списке \"([^\"]*)\" выбран элемент содержащий текст \"([^\"]*)\"$")

4.0.0

04 Feb 14:14
6f56c77
Compare
Choose a tag to compare

4.0.0

New features and improvements

Big refactoring of DefaultSteps class #125
DefaultSteps class is divided into classes: BaseMethods, ApiSteps, ElementsInteractionSteps, ElementsVerificationSteps, InputInteractionSteps, ListInteractionSteps, ListVerificationSteps, ManageBrowserSteps, RoundUpSteps, WebPageInteractionSteps, WebPageVerificationSteps
DefaultPageElementSteps class renamed to PageBlockSteps

updated tests and asserts to junit5 #126
updated to selenide 5.1.0 #124 (changed element initialization order. casting to SelenidePage only after Selenide open() method was called)
updated resolveVars method #117

New steps

#122
@И("^ссылка страницы содержит текст \"([^\"]*)\"$")
#75
@Тогда("^выбран (\\d+)-й элемент в списке \"([^\"]*)\" и его значение сохранено в переменную \"([^\"]*)\"$")
@Тогда("^в списке \"([^\"]*)\" содержится количество элементов, равное значению из переменной \"([^\"]*)\"")
@Когда("^в поле \"([^\"]*)\" введено случайное дробное число от (\\d+) до (\\d+) в формате \"([^\"])\" и сохранено в переменную \"([^\"]*)\"$")
@Когда("^в поле \"([^\"]*)\" введено случайное дробное число от (\\d+) до (\\d+) в формате \"([^\"])\"$")

3.5.6

26 Nov 11:49
73848bf
Compare
Choose a tag to compare

3.5.6

New features and improvements

remove debug and added extra logging(#116)

3.5.5

22 Nov 16:45
Compare
Choose a tag to compare

3.5.5

New features and improvements

fixed bug with ability to resolve variable values from json body files #113
added possibility to upload file on selenoid (chrome) #115
added screenshot step #114

New steps

@И("^снят скриншот текущей страницы$")

3.5.4

14 Nov 15:35
Compare
Choose a tag to compare

3.5.4

New features and improvements

add methods to work with block elements #66
add steps to work with json-path to be able to verify fast json responses #110
add proxy property #104
fix clean field for IE #107
upgrade to Gradle 4.10.2 #111

New steps

@Тогда("^в json (?:строке|файле) "([^"]*)" значения, найденные по jsonpath, равны значениям из таблицы$")
@Тогда("^значения из json (?:строки|файла) "([^"]*)", найденные по jsonpath из таблицы, сохранены в переменные$")
@И("^шаблон "([^"])" заполнен данными из таблицы и сохранён в переменную "([^"])"$")
@И("^в блоке \"([^\"]*)\" найден список элементов\"([^\"]*)\" и сохранен в переменную \"([^\"]*)\"$")
@И("^в блоке \"([^\"]*)\" найден список элементов\"([^\"]*)\" и сохранен текст в переменную \"([^\"]*)\"$")

3.5.3

05 Oct 08:27
e5d0dc9
Compare
Choose a tag to compare

3.5.3

New features and improvements

updated logging with REMOTE_URL about where tests will be running
added ie to driver config
fixed screen resolution specifying by downgraded to selenide 4.11.4 #106