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

Groups steps into suites by scenario #73

Closed Hsilgos closed 1 year ago

Hsilgos commented 1 year ago

Xcode represents steps nicer in test result view. Each scenario outline has additionally example number in title. It's necessary because otherwise Xcode merges several scenarios with the same name into single suite.

Resolves #72

Tyler-Keith-Thompson commented 1 year ago

This looks great! Thank you for the PR. Assuming the pipeline passes I'll merge.

Hsilgos commented 1 year ago

This looks great! Thank you for the PR. Assuming the pipeline passes I'll merge.

It failed on code coverage because can't access some web API... Seems not related to my change?

Tyler-Keith-Thompson commented 1 year ago

I think they've got some plugin with CodeCov I can switch to now that I couldn't when I first created the pipeline. I'll look into it later, but your code did fine, so I merged. I believe it'll auto deploy on main just fine.