我有黄瓜功能
...
Given I am on my domain page
When I press "send data to external domain"
Then I should be on the externel domain page
...
在生产和开发环境中,“我的域名页面”(www.example.com/mydomainpage)将用户重定向到“外部域名页面”(www.exteraldomain.com/page)。但在测试环境中,cucumber切断了url的域部分:
Redirected to http://www.externaldomain