3.3.0
GannaChernyshova
released this
11 May 10:36
·
133 commits
to master
since this release
Milestone 3.3.0
New features and improvements
implement ability to capture screenshots after each or selected step #41
StepFormatter and new annotation @screenshot was added
add steps to input random numbers in field #61
@Когда("^в поле "([^\"])" введено случайное число из (\d+) (?:цифр|цифры)$")
@Когда("^в поле "([^\"])" введено случайное число из (\d+) (?:цифр|цифры) и сохранено в переменную "([^\"]*)"$")
add steps for opposite core verifications #65
@Тогда("^текущий URL не равен "([^\"])"$")
@Тогда("^(?:страница|блок|форма|вкладка) "([^\"])" не (?:загрузилась|загрузился)$")
@Тогда("^значения в переменных "([^\"])" и "([^\"])" не совпадают$")