All Versions
131
Latest Version
Avg Release Cycle
17 days
Latest Release
-

Changelog History
Page 14

  • v0.2.0 Changes

    • within context hook added
    • ๐Ÿ‘ --reporter option supported
    • [WebDriverIO] added features and methods:
      • elements: seeElement, ...
      • popups: acceptPopup, cancelPopup, seeInPopup,...
      • navigation: moveCursorTo, scrollTo
      • saving screenshots on failure; saveScreenshot
      • cookies: setCookie, seeCookie, ...
      • source: seeInSource
      • form: seeCheckboxIsChecked, selectOption to support multiple selects
      • keyboard: appendField, pressKey
      • mouse: rightClick
    • โœ… tests added
    • ๐Ÿ”ง [WebDriverIO] proxy configuration added by @petehouston
    • ๐Ÿ›  [WebDriverIO] fixed waitForText method by @roadhump. Fixes #11
    • ๐Ÿ›  Fixed creating output dir when it already exists on init by @alfirin
    • ๐Ÿ›  Fixed loading of custom helpers