1.0.39

Image
1.0.39

New additions include a step definition for scrolling to the bottom of the page, a condition to wait for the tag before actions, and a config to hide console log messages from test output.
 

Added since Webship-js 1.0.38:

  • Added a step defection for scrolling the page to the bottom #196
  • Added a condition to wait for the body tag to be present before performing any action #193
  • Added config to hide console log messages from the testing output #194

 

Changed since Webship-js 1.0.38:

  • Changed the implementation of the findByText function to be exact #191
  • Changed the definition tool to be optional in step definitions #192
  • Changed organizing scenarios and their feature steps more clearly in the Gherkin definitions #195