CodeceptJS v1.4.3 Release Notes

    • Groups renamed to Tags for compatibility with BDD layer
    • โœ… Test and suite objects to contain tags property which can be accessed from internal API
    • ๐Ÿ›  Fixed adding tags for Scenario Outline in BDD
    • โž• Added tag() method to ScenarioConfig and FeatureConfig:
    Scenario('update user profile', () => {
      // test goes here
    }).tag('@slow');
    
    • ๐Ÿ›  Fixed attaching Allure screenshot on exception. Fix by @DevinWatson
    • ๐Ÿ‘Œ Improved type definitions for custom steps. By @Akxe
    • ๐Ÿ›  Fixed setting multiple.parallel.chunks as environment variable in config. See #1238 by @ngadiyak