CodeceptJS v1.0.2 Release Notes

    • ๐Ÿ‘ Introduced generators support in scenario hooks for BeforeSuite/Before/AfterSuite/After
    • ๐Ÿ“ฆ [ApiDataFactory] Fixed loading helper; requireg package included.
    • ๐Ÿ›  Fix #485run-multiple: the first browser-resolution combination was be used in all configurations
    • ๐Ÿ›  Fixed unique test names:
      • Fixed #447 tests failed silently if they have the same name as other tests.
      • Use uuid in screenshot names when uniqueScreenshotNames: true
    • โœ… [Protractor] Fixed testing non-angular application. amOutsideAngularApp is executed before each step. Fixes #458* Added output for steps in hooks when they fail