Skip to content

v24.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Nov 18:05
v24.0.0
e527a2e

Added

  • Include duration for each test step (#396)
  • Include pass rate in execution summary (#397)
  • Add new <Report/> component (#410) (#411)
  • Add new <TestRunHooks/> component and include in report (#408)

Changed

  • Render a more test case-centric report (#396)

Fixed

  • Use uuid library instead of web crypto API (#402)
  • Text with numbers is no longer right aligned (#405)

Removed

  • BREAKING CHANGE: Remove defunct scenario/step components <ExamplesTable/>, <GherkinStep/>, <GherkinSteps/>, <HookStep/>, <HookSteps/>, <StepItem/> and their corresponding CustomRenderingSupport properties (#396)
  • BREAKING CHANGE: Remove defunct <NoMatchResult/> component (#411)
  • BREAKING CHANGE: Remove defunct <UriProvider/> component and underlying context (#396)
  • BREAKING CHANGE: Remove <MDG/> component in favour of using standard Gherkin components for Markdown documents (#396)
  • BREAKING CHANGE: Remove public export of filterByStatus (#412)