All Versions
131
Latest Version
Avg Release Cycle
17 days
Latest Release
-
Changelog History
Page 14
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
- elements:
- โ 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