我正在使用Jruby使用Cucumber / Capybara框架。我已经设置了运行测试所需的所有东西。当我执行它时,没有显示错误消息,但webdriver窗口也没有出现。我尝试过使用Mozilla Firefox 17.0.1和22.0版本。我正在使用Windows 7机器。我的其他队友都遵循相同的流程,但他们能够进行测试。
C:\Application>bundle exec cucumber features\login.feature
Mocha deprecation warning: Change `require 'mocha'` to `require 'mocha/setup'`.
Rack::File headers parameter replaces cache_control after Rack 1.5.
Using the default profile...
Feature: Login
In order to adhere to GIS requirements
As an employee
I want to be able to log in using the enterprise single sign on
Scenario: Login to home page←[90m # features\login.feature:6←[0m
没有启动Webdriver窗口。