Skip to content

v9.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 09:45
v9.1.0
2a9da4b

Added

Changed

  • First couple of passes of tidying up approximately 40% of the manual fix cops
    (#1739 #1740 #1741 #1742 luke-hill)
  • Removed a bunch of example files / sample projects from ancient projects no longer viable
    (#1740 luke-hill)
  • When a testStepResult is of type FAILED we now pass in a new (Exception), message property
    (#1738 luke-hill)
  • ParameterType message now contains a new (sourceReference), property
    (This contains a uri string and a Location message -> for where the ParameterType transformer is located) (#1738 luke-hill)
  • #attach now can take an optional filename parameter which will rename attachments like PDF's
    (#1738 luke-hill)

Fixed

  • Clear up a couple of tiny "nuances" that hide lots of issues when running local vs remote (Primarily CCK tests should always be runnable)
    (#1738 luke-hill)

Removed

  • Removed a variety of overrides / hacks for travis CI (No longer in use) (#1738 luke-hill)
  • Removed some legacy rspec pending flags present since cucumber 1.x (#1738 luke-hill)