Launch args never called #33
Unanswered
jakohans76
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to use launch arguments to get to a certain state when starting each scenario. Without the launch args everything is working as expected. But when adding the launch args in the setup they are unfortunately never called.
If I create a XCTestCase without CucumberSwift I am able to get the launch args to work. In my case a user is signed in when launching the simulator. So the devs have done their job adding the expected behavior.
Here are my setupSteps.
What am I missing?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions