CodeceptJS v3.0.7 Release Notes

  • ๐Ÿ“š ๐Ÿ“– Documentation fixes:

    • โœ‚ Remove broken link from Nightmare helper. See #2860 by @Arhell
    • ๐Ÿ›  Fixed broken links in playwright.md. See #2848 by @johnhoodjr
    • ๐Ÿ›  Fix mocha-multi config example. See #2881 by @rimesc
    • ๐Ÿ›  Fix small errors in email documentation file. See #2884 by @mkrtchian
    • ๐Ÿ‘Œ Improve documentation for Sharing Data Between Workers section. See #2891 by @ngraf

    ๐Ÿ›ฉ๏ธ Features:

    • ๐Ÿ‘€ [WebDriver] Shadow DOM Support for Webdriver. See #2741 by @gkushang
    • ๐Ÿš€ [Release management] Introduce the versioning automatically, it follows the semantics versioning. See #2883 by @PeterNgTr
    • โž• Adding opts into Scenario.skip that it would be useful for building reports. See #2867 by @AlexKo4
    • โž• Added support for attaching screenshots to cucumberJsonReporter See #2888 by @fijijavis
    • ๐Ÿ‘Œ Supported config file for codeceptjs shell command. See #2895 by @PeterNgTr:
    npx codeceptjs shell -c foo.conf.js
    

    ๐Ÿ› Bug fixes:

    • ๐Ÿ‘€ [GraphQL] Use a helper-specific instance of Axios to avoid contaminating global defaults. See #2868 by @vanvoljg
    • ๐Ÿ‘€ A default system color is used when passing non supported system color when using I.say(). See #2874 by @PeterNgTr
    • ๐Ÿ‘€ [Playwright] Avoid the timout due to calling the click on invisible elements. See #2875 by cbayer97