Tyler-Keith-Thompson / CucumberSwift

A lightweight swift Cucumber implementation
https://tyler-keith-thompson.github.io/CucumberSwift/documentation/cucumberswift/
MIT License
74 stars 19 forks source link

Adds option to reverse order of After hooks #81

Closed Hsilgos closed 1 year ago

Hsilgos commented 1 year ago

Option reverseOrderForAfterHooks in StepImplementation enables cucumber-jvm - like behavior when 'order' number and order of "After" hooks registration has reverse meaning.

Solves: #80

Tyler-Keith-Thompson commented 1 year ago

Nicely written tests 🤩