CodeceptJS v3.0.2 Release Notes

    • ๐Ÿ‘€ [Playwright] Fix connection close with remote browser. See #2629 by @dipiash
    • ๐Ÿ‘€ [REST] set maxUploadFileSize when performing api calls. See #2611 by @PeterNgTr
    • โš  Duplicate Scenario names (combined with Feature name) are now detected via a warning message. ๐Ÿ‘€ Duplicate test names can cause codeceptjs run-workers to not function. See #2656 by @Georgegriff
    • ๐Ÿ“š Documentation fixes

    ๐Ÿ› Bug Fixes:

    • --suites flag now should function correctly for codeceptjs run-workers. See #2655 by @Georgegriff
    • [autoLogin plugin] Login methods should now function as expected with codeceptjs run-workers. See #2658 by @Georgegriff, resolves #2620