All Versions
131
Latest Version
Avg Release Cycle
17 days
Latest Release
-

Changelog History
Page 12

  • v0.4.6 Changes

  • v0.4.5 Changes

    • ๐Ÿ›  Fixed running codecept def command by @jankaspar
    • ๐Ÿ›  [Protractor][SeleniumWebdriver] Added support for special keys in pressKey method. Fixes #216
  • v0.4.4 Changes

    • ๐Ÿ›  Interactive shell fixed. Start it by running codeceptjs shell
    • โž• Added --profile option to shell command to use dynamic configuration.
    • โž• Added --verbose option to shell command for most complete output.
  • v0.4.3 Changes

    • ๐Ÿ›  [Protractor] Regression fixed to 4.0.0 support
    • ๐ŸŒ Translations included into package.
    • โœ… teardown option added to config (opposite to bootstrap), expects a JS file to be executed after tests stop.
    • ๐Ÿ”ง Configuration can be set via JavaScript file codecept.conf.js instead of codecept.json. It should export config object:
    // inside codecept.conf.js
    exports.config = {
      // contents of codecept.json
    }
    
  • 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.
  • 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 for run 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

  • 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.