CodeceptJS v2.6.2 Release Notes

Release Date: 2020-04-23 // about 4 years ago
    • [WebDriver][Puppeteer] Added forceClick method to emulate click event instead of using native events.
    • ⚡️ [Playwright] Updated to 0.14
    • ⚡️ [Puppeteer] Updated to Puppeteer v3.0
    • 🛠 [wdio] Fixed undefined output directory for wdio plugns. Fix By @PeterNgTr
    • [Playwright] Introduced handleDownloads method to download file. Please note, this method has slightly different API than the same one in Puppeteer.
    • 🔌 [allure] Fixed undefined output directory for allure plugin on using custom runner. Fix by @charliepradeep
    • 🛠 [WebDriver] Fixed waitForEnabled fix for webdriver 6. Fix by @dsharapkou
    • 👷 Workers: Fixed negative failure result if use scenario with the same names. Fix by @Vorobeyko
    • 📚 [MockRequest] Updated documentation to match new helper version
    • 🛠 Fixed: skipped tests are not reported if a suite failed in before. Refer #2349 & #2354. Fix by @koushikmohan1996