CodeceptJS v2.1.5 Release Notes

Release Date: 2019-06-24 // almost 5 years ago
    • EXPERIMENTAL Wix Detox support introduced as standalone helper. Provides a faster alternative to Appium for mobile testing.
    • Saving successful commands inside interactive pause into _output/cli-history file. By @hubidu
    • ๐Ÿ›  Fixed hanging error handler inside scenario. See #1721 by @haily-lgc.
    • ๐Ÿ›  Fixed by @Vorobeyko: tests did not fail when an exception was raised in async bootstrap.
    • [WebDriver] Added window control methods by @emmonspired
      • grabAllWindowHandles returns all window handles
      • grabCurrentWindowHandle returns current window handle
      • switchToWindow switched to window by its handle
    • ๐Ÿ”ง [Appium] Fixed using host as configuration by @trinhpham
    • ๐Ÿ›  Fixed run-multiple command when tests config option is undefined (in Gherkin scenarios). By @gkushang.
    • ๐ŸŒ German translation introduced by @hubidu