Skip to content

parameters management

Compare
Choose a tag to compare
@GannaChernyshova GannaChernyshova released this 12 Apr 07:57
· 140 commits to master since this release
9d7c9fb

Milestone 3.2.0

New features and improvements

#36 add more logging to steps

#37 add step to verify that list contains value by regexp

  • added step @И("элементы списка "([^\"])" соответствуют формату "([^\"])"$")

#39 add ability to add some urls in blacklist

  • added BlackListManager to read urls from resources/blacklist file and add them to BlackList

#43 Update request steps to get body as String from examples table and resolve variables from JSON request body

  • added resolveJsonVars to parse variables in body in request staps;
  • updated createRequest method to parse body from property, file or argument with variable pasing
  • updated wrapper to gradle-4.6-all;
  • updated wiremock-standalone to 2.15.0

#47 add system property reading in login steps

  • updated navigation steps to use Selenide open;
  • Deprecated goToSelectedPageByLinkFromPropertyFile(can use goToSelectedPageByLink instead) * renamed step "установить разрешение экрана "([^"])" ширина и "([^"])" высота to "установлено разрешение экрана (\d+) х (\d+))";
  • updated deleteCookies to use Selenide method clearBrowserCookies