net-a-porter-mobile / XCTest-Gherkin

Gherkin syntax for XCTestCase
Apache License 2.0
254 stars 64 forks source link

before/after step configurations #201

Open PriyankaSarangi opened 1 year ago

PriyankaSarangi commented 1 year ago

I want to implement certain steps for my app configuration that needs to be done before or after a test step is executed. I came across the automatic screenshot behaviour functionality and I want to achieve something similar i.e, I want to perform certain actions before a gherkin step is ran. If it is possible to achieve, please guide me how to?