codeceptjs
Advanced tools
Changelog
0.2.2
Fixed generation of custom steps file and page objects.
Please replace require('codeceptjs/actor')
to actor
in your custom_steps.js
.
Whenever you need to create I
object (in page objects, custom steps, but not in tests) just call actor()
;
Changelog
0.2.0
--reporter
option supportedseeElement
, ...acceptPopup
, cancelPopup
, seeInPopup
,...moveCursorTo
, scrollTo
saveScreenshot
setCookie
, seeCookie
, ...seeInSource
seeCheckboxIsChecked
, selectOption
to support multiple selectsappendField
, pressKey
rightClick
waitForText
method by @roadhump. Fixes #11