moredip/Frank

No Running Frank Server after launching Frankified app built on non-debug build configuration

Opened this issue · 0 comments

We built a Frankified version of our app in a "Test" configuration, not Debug configuration and after launching this Test-Frankified-app, the server connecting to Frank was not running and we cannot run tests with Cucumber.

The Debug-Frankified version launches the server and runs Cucumber tests great.

We are trying to get Frank to run on our test-configuration since our debug configuration makes calls to outside services and has dynamic data.

Is there a way to run Frank with a non-Debug build configuration?