1つのキュウリのシナリオでセッションを変更する必要があります。
例えば
Given session name is "1st unauthenticated user"
And make some things
Given session name is "2st unauthenticated user"
And make some other things
解決策を見つけましたが、Rails 3、Cucumber、Capybaraでは機能しません。他に解決策はありますか?
1つのキュウリのシナリオでセッションを変更する必要があります。
例えば
Given session name is "1st unauthenticated user"
And make some things
Given session name is "2st unauthenticated user"
And make some other things
解決策を見つけましたが、Rails 3、Cucumber、Capybaraでは機能しません。他に解決策はありますか?
この問題を解決するのに役立つ素晴らしい記事を見つけました:http://tristandunn.com/2010/10/21/multiple-sessions-cucumber-selenium.html