cucumber-js

Cucumber for JavaScript

MIT License

Downloads
6.8M
Stars
5K
Committers
186

Bot releases are hidden (Show)

cucumber-js - v9.1.1

Published by davidjgoss over 1 year ago

Fixed

  • Upgrade yaml to address security vulnerability (#2281)
cucumber-js -

Published by davidjgoss over 2 years ago

Fixed

  • Pin colors to 1.4.0 to fix security vulnerability (#1884)
  • Pin cli-table3 to 0.6.1 to fix security vulnerability (#251)
cucumber-js - v7.3.1

Published by davidjgoss about 3 years ago

Deprecated

  • Deprecate setDefinitionFunctionWrapper and step definition option wrapperOptions

Fixed

  • Prevent duplicate scenario execution where the same feature is targeted in multiple line expressions (#1706)
  • Fixed reports banner to point to new docs about environment variables
  • Re-add color functions for use with custom formatters 1582
  • IParameterTypeDefinition regexp fix 1702
cucumber-js -

Published by davidjgoss over 3 years ago

Added

Changed

  • All testCase messages now emitted upfront at the start of the run (relevant for formatter authors) (#1408
    #1669)
  • Clarify that the JSON formatter will not be removed any time soon

Fixed

  • this now has correct TypeScript type in support code functions (#1667 #1690)
  • Progress bar formatter now reports total step count correctly (#1579
    #1669)
  • Rerun functionality will now run nothing if the rerun file is empty from the previous run (#1302 #1568)
  • All messages now emitted with project-relative uris
    (#1534
    #1672)
  • Json formatter now works with tagged examples
    (#1621
    #1651)