CodeceptJS v0.6.3 Release Notes

    • ๐Ÿ–จ Errors are printed in non-verbose mode. Shows "Selenium not started" and other important errors.
    • ๐Ÿ‘ Allowed to set custom test options:
    Scenario('My scenario', { build_id: 123, type: 'slow' }, function (I)
    

    โœ… those options can be accessed as opts property inside a test object. Can be used in custom listeners.

    • โž• Added docs directory to a package.
    • ๐Ÿ›  [WebDriverIO][Protractor][SeleniumWebdriver] Bugfix: cleaning session when restart: false by @tfiwm #519
    • [WebDriverIO][Protractor][Nightmare] Added second parameter to saveScreenshot to allow a full page screenshot. By @HughZurname
    • โž• Added suite object to suite.before and suite.after events by @implico. #496