如何让 cucumber/selenium 运行瘦服务器而不是 Webrick
我必须在哪里设置或配置才能触发 Cucumber/selenium 测试才能运行 Thin 服务器而不是默认的 Webrick 服务器?
where do I have to setup or configure to fire cucumber/selenium test to run Thin server instead of the default Webrick server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要显式设置 Thin,请在 features/support 目录中创建一个包含以下内容的文件:
To explicitly setup Thin, create a file within the features/support directory with the following: