我需要在一个黄瓜场景中更改会话。
例如
Given session name is "1st unauthenticated user"
And make some things
Given session name is "2st unauthenticated user"
And make some other things
我找到了solution,但它不适用于Rails 3,Cucumber和Capybara。还有其他解决方案吗?
答案 0 :(得分:1)
我找到了一篇很有帮助解决这个问题的文章:http://tristandunn.com/2010/10/21/multiple-sessions-cucumber-selenium.html