Skip to content

Refactor feature specs

Pavel Shutsin requested to merge refactor-feature-specs into main

Description

It refactors feature specs to have better parameterized descriptions.

Before:

image

After

image

No behaviour changes here.

Suggested version bump

  • Major (backwards incompatible changes)
  • Minor (backwards compatible changes)
  • Patch (API compatible changes)

Checklist

  • Tests have been added or updated to cover any changes in behavior
  • This does not change the API to consume this library, or a suggested version bump has been provided
  • The CHANGELOG.md has been updated
  • No new runtime dependencies have been introduced

Merge request reports