CodeceptJS v0.4.16 Release Notes

    • 🛠 Fixed steps output synchronization (regression since 0.4.14).
    • ✅ [WebDriverIO][Protractor][SeleniumWebdriver][Nightmare] added keepCookies option to keep cookies between tests with restart: false.
    • 0️⃣ [Protractor] added waitForTimeout config option to set default waiting time for all wait* functions.
    • 🛠 Fixed _test hook for helpers by @cjhille.