黄瓜:如何在Rails中切换会话(多会话)

时间:2010-09-22 17:58:59

标签: ruby-on-rails session ruby-on-rails-3 cucumber capybara

我需要在一个黄瓜场景中更改会话。

例如

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。还有其他解决方案吗?

1 个答案:

答案 0 :(得分:1)

我找到了一篇很有帮助解决这个问题的文章:http://tristandunn.com/2010/10/21/multiple-sessions-cucumber-selenium.html