codeceptjs
Advanced tools
Changelog
0.4.6
BeforeSuite
and AfterSuite
hooks to scenario by @APshenkin. See updated documentationChangelog
0.4.5
codecept def
command by @jankasparpressKey
method. Fixes #216Changelog
0.4.4
codeceptjs shell
--profile
option to shell
command to use dynamic configuration.--verbose
option to shell
command for most complete output.Changelog
0.4.3
teardown
option added to config (opposite to bootstrap
), expects a JS file to be executed after tests stop.codecept.conf.js
instead of codecept.json
. It should export config
object:// inside codecept.conf.js
exports.config = {
// contents of codecept.js
}
--profile
option to pass its value to codecept.conf.js
as process.profile
for dynamic configuration.Changelog
0.4.2
restart: false
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.