All Versions
131
Latest Version
Avg Release Cycle
17 days
Latest Release
-
Changelog History
Page 12
Changelog History
Page 12
-
v0.4.6 Changes
- โ Added
BeforeSuite
andAfterSuite
hooks to scenario by @APshenkin. See updated documentation
- โ Added
-
v0.4.5 Changes
- ๐ Fixed running
codecept def
command by @jankaspar - ๐ [Protractor][SeleniumWebdriver] Added support for special keys in
pressKey
method. Fixes #216
- ๐ Fixed running
-
v0.4.4 Changes
- ๐ Interactive shell fixed. Start it by running
codeceptjs shell
- โ Added
--profile
option toshell
command to use dynamic configuration. - โ Added
--verbose
option toshell
command for most complete output.
- ๐ Interactive shell fixed. Start it by running
-
v0.4.3 Changes
- ๐ [Protractor] Regression fixed to 4.0.0 support
- ๐ Translations included into package.
- โ
teardown
option added to config (opposite tobootstrap
), expects a JS file to be executed after tests stop. - ๐ง Configuration can be set via JavaScript file
codecept.conf.js
instead ofcodecept.json
. It should exportconfig
object:
// inside codecept.conf.js exports.config = { // contents of codecept.json }
- โ Added
--profile
option to pass its value tocodecept.conf.js
asprocess.profile
for dynamic configuration. - ๐ Documentation for StepObjects, PageFragments updated.
- ๐ Documentation for Configuration added.
-
v0.4.2 Changes
- โ Added ability to localize tests with translation #189. Thanks to @abner
- [Translation] ru-RU translation added.
- [Translation] pt-BR translation added.
- [Protractor] Protractor 4.0.4 compatibility.
- ๐ป [WebDriverIO][SeleniumWebdriver][Protractor] Fixed single browser session mode for
restart: false
- ๐ Fixed using of 3rd party reporters (xunit, mocha-junit-reporter, mochawesome). Added guide.
- ๐ Documentation for Translation added.
- ๐ Documentation for Reports added.
- โ Added ability to localize tests with translation #189. Thanks to @abner
-
v0.4.1 Changes
- โ Added custom steps to step definition list. See #174 by @jayS-de
- ๐ [WebDriverIO] Fixed using
waitForTimeout
option by @stephane-ruhlmann. See #178
-
v0.4.0 Changes
- Nightmare Helper added for faster web testing.
- โ
[Protractor][SeleniumWebdriver][WebDriverIO] added
restart: false
option to reuse one browser between tests (improves speed). - Protractor 4.0 compatibility. Please upgrade Protractor library.
- โ Added
--verbose
option forrun
command to log and print global promise and events. - ๐ Fixed errors with shutting down and cleanup.
- ๐ Fixed starting interactive shell with
codeceptjs shell
. - ๐ Fixed handling of failures inside within block
-
v0.3.5 Changes
- ๐ Introduced IDE autocompletion support for Visual Studio Code and others. Added command for generating TypeScript definitions for
I
object. Use it as
codeceptjs def
โ to generate steps definition file and include it into tests by reference. By @kaflan
- ๐ Introduced IDE autocompletion support for Visual Studio Code and others. Added command for generating TypeScript definitions for
-
v0.3.4 Changes
- โก๏ธ [Protractor] version 3.3.0 comptaibility, NPM 3 compatibility. Please update Protractor!
- ๐ allows using absolute path for helpers, output, in config and in command line. By @denis-sokolov
- ๐ Fixes 'Cannot read property '1' of null in generate.js:44' by @seethislight
-
v0.3.3 Changes
๐ 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.