codeceptjs
Advanced tools
Changelog
0.4.1
waitForTimeout
option by @stephane-ruhlmann. See #178Changelog
0.4.0
restart: false
option to reuse one browser between tests (improves speed).--verbose
option for run
command to log and print global promise and events.codeceptjs shell
.Changelog
0.3.5
I
object. Use it ascodeceptjs def
to generate steps definition file and include it into tests by reference. By @kaflan
Changelog
0.3.4
Changelog
0.3.3
Fixed global installation. CodeceptJS can now locate globally located modules. CodeceptJS is also recommended for local installation. Depending on installation type additional modules (webdriverio, protractor, ...) will be loaded either from local or from global path.
Changelog
0.3.2
codeceptjs list
command which shows all available methods of I
object.doubleClick
method addeddoubleClick
method to locate clickable elements by text, context
option added.Changelog
0.3.0
Breaking Change: webdriverio package removed from dependencies list. You will need to install it manually after the upgrade. Starting from 0.3.0 webdriverio is not the only backend for running selenium tests, so you are free to choose between Protractor, SeleniumWebdriver, and webdriverio and install them.
clearField
method added by @fabioeldragAndDrop
by @fabioelscrollTo
method by @sensonewindowSize: maximize
option in configseeElement
and dontSeeElement
check element for visibility by @fabioel and @davertmikseeElementInDOM
, dontSeeElementInDOM
added to check element exists on page.within
block doesn't end in output not #79