codeceptjs
Advanced tools
Changelog
0.2.6
done() was called multiple times
waitToHide
method by @fabioelHelper
(alias codecept_helper)
, object use for writing custom Helpers. Generator updated. Changes to #48Changelog
0.2.5
codecept_helper
var. Fixes #48Changelog
0.2.3
seeInField
to work with single value elements like: input[type=text], textareas, and multiple: select, input[type=radio], input[type=checkbox]pressKey
, key modifeiers (Control, Command, Alt, Shift) are released after the actionChangelog
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