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

Fixes test case name generation #79

Closed Hsilgos closed 1 year ago

Hsilgos commented 1 year ago

Before fix: foo foo1 foo12 foo123

After fix: foo foo1 foo2 foo3

Tyler-Keith-Thompson commented 1 year ago

Looks good to me!