CodeceptJS v3.2.1 Release Notes

  • 🚀 > ♻️ This release fixes hanging of tests by reducing timeouts for automatic retries on failures.

    • 🆕 [retryFailedStep plugin] New Defaults: retries steps up to 3 times with factor of 1.5 (previously 5 with factor 2)
    • [Playwright] - disabled retry on failed context actions (not needed anymore)
    • [Puppeteer] - reduced retries on context failures to 3 times.
    • [Playwright] Handling crash event to automatically close crashed pages.