CodeceptJS v2.6.1 Release Notes

Release Date: 2020-04-05 // almost 4 years ago
    • 🔌 [screenshotOnFail plugin] Fixed saving screenshot of active session.
    • 🔌 [screenshotOnFail plugin] Fix issue #2301 when having the flag uniqueScreenshotNames=true results in undefined in screenshot file name by @PeterNgTr
    • 0️⃣ [WebDriver] Fixed waitForElement not applying the optional second argument to override the default timeout in webdriverio 6. Fix by @Mooksc
    • ⚡️ [WebDriver] Updated waitUntil method which is used by all of the wait* functions. This updates the waitForElement by the same convention used to update waitForVisible and waitInUrl to be compatible with both WebDriverIO v5 & v6. See #2313 by @Mooksc