CodeceptJS v2.0.7 Release Notes

    • ๐Ÿ›  [WebDriver][Protractor][Nightmare] rightClick method implemented (fixed) in a standard way. By @davertmik
    • โšก๏ธ [WebDriver] Updated WebDriver API calls in helper. By @PeterNgTr
    • ๐Ÿ”Œ [stepByStepReportPlugin] Added screenshotsForAllureReport config options to automatically attach screenshots to allure reports. By @PeterNgTr
    • ๐Ÿ”Œ [allurePlugin] Added addLabel method by @Vorobeyko
    • ๐Ÿ— Locator Builder: fixed withChild and withDescendant to match deep nested siblings by @Vorobeyko.