在 iOS 上重置模拟器后第一次运行 cucumber 时出现以下错误:
Could not parse response ''; the app has probably crashed (RuntimeError)
第二种情况也失败并出现以下错误:
Retrying.. Errno::ECONNREFUSED: (Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265))
Retrying.. Errno::ECONNREFUSED: (Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265))
Failing... Errno::ECONNREFUSED
Retrying.. Errno::ECONNREFUSED: (Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265))
Retrying.. Errno::ECONNREFUSED: (Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265))
Failing... Errno::ECONNREFUSED
When I setup credentials without password # features/step_definitions/setup_steps.rb:10
Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265) (Errno::ECONNREFUSED)
我做错了什么 - 还是在 xcode 中运行应用程序一次,然后按照应有的方式运行 cucumber?