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

发布于 2024-09-24 08:55:12 字数 351 浏览 3 评论 0原文

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

例如,

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、黄瓜和水豚。还有其他解决方案吗?

I need to change session during one cucumber scenario.

For example

Given session name is "1st unauthenticated user"
And make some things
Given session name is "2st unauthenticated user"
And make some other things

I found a solution, but it doesn't work with Rails 3, Cucumber and Capybara. Are there any other solutions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

﹎☆浅夏丿初晴 2024-10-01 08:55:13

我发现一篇很棒的文章有助于解决这个问题: http:// tristandunn.com/2010/10/21/multiple-sessions-cucumber-selenium.html

I found great article that help to solve this problem: http://tristandunn.com/2010/10/21/multiple-sessions-cucumber-selenium.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文