CodeceptJS v2.3.4 Release Notes

Release Date: 2019-10-21 // over 4 years ago
    • ๐Ÿ›  Fixed installation error "Cannot find module '@babel/runtime/helpers/interopRequireDefault'". The issue came from parse-function package. Fixed by @pablopaul.
    • ๐Ÿ‘€ [Puppeteer] Fixed switching to iframe without an ID by @johnyb. See #1974
    • โž• Added --profile option to run-workers by @orihomie
    • โž• Added a tag definition to FeatureConfig and ScenarioConfig by @sseliverstov