CodeceptJS v2.5.0 Release Notes

Release Date: 2020-02-18 // about 4 years ago
  • ๐Ÿ’ป > Playwright is an alternative to Puppeteer which works very similarly to it but adds cross-browser support with Firefox and Webkit. Until v1.0 Playwright API is not stable but we introduce it to CodeceptJS so you could try it.

    • ๐Ÿ‘€ [Puppeteer] Fixed basic auth support when running in multiple sessions. See #2178 by @ian-bartholomew
    • ๐Ÿ‘€ [Puppeteer] Fixed waitForText when there is no body element on page (redirect). See #2181 by @Vorobeyko
    • ๐Ÿ”Œ [Selenoid plugin] Fixed overriding current capabilities by adding deepMerge. Fixes #2183 by @koushikmohan1996
    • โž• Added types for Scenario.todo by @Vorobeyko
    • โž• Added types for Mocha by @Vorobeyko. Fixed typing conflicts with Jest
    • [FileSystem] Added methods by @nitschSB
      • waitForFile
      • seeFileContentsEqualReferenceFile
    • โž• Added --colors option to run and run-multiple so you force colored output in dockerized environment. See #2189 by @mirao
    • ๐Ÿ‘€ [WebDriver] Added type command to enter value without focusing on a field. See #2198 by @xMutaGenx
    • ๐Ÿ›  Fixed codeceptjs gt command to respect config pattern for tests. See #2200 and #2204 by @matheo