CodeceptJS v1.0.1 Release Notes

    • Reporters improvements:
      • Allows to execute multiple reporters
      • Added Mochawesome helper
      • addMochawesomeContext method to add custom data to mochawesome reports
      • Fixed Mochawesome context for failed screenshots.
    • ๐Ÿ›  [WebDriverIO] improved click on context to match clickable element with a text inside. Fixes #647* [Nightmare] Added refresh function by @awhanks
    • ๐Ÿ›  fixed Unhandled promise rejection (rejection id: 1): Error: Unknown wait type: pageLoad
    • ๐Ÿ‘Œ support for tests with retries in html report
    • โœ… be sure that change window size and timeouts completes before test
    • ๐Ÿ›  [Nightmare] Fixed [Wrapped Error] "codeceptjs is not defined"; Reinjectiing client scripts to a webpage on changes.
    • [Nightmare] Added more detailed error messages for Wait* methods
    • ๐Ÿ›  [Nightmare] Fixed adding screenshots to Mochawesome
    • [Nightmare] Fix unique screenshots names in Nightmare
    • ๐Ÿ›  Fixed CodeceptJS work with hooks in helpers to finish codeceptJS correctly if errors appears in helpers hooks
    • โœ… Create a new session for next test If selenium grid error received
    • Create screenshots for failed hooks from a Feature file
    • ๐Ÿ›  Fixed retries option