11
我必須設置或配置在哪裏啓動cucumber/selenium測試運行瘦服務器而不是默認的Webrick服務器?如何使黃瓜/硒運行瘦服務器,而不是Webrick
我必須設置或配置在哪裏啓動cucumber/selenium測試運行瘦服務器而不是默認的Webrick服務器?如何使黃瓜/硒運行瘦服務器,而不是Webrick
要明確地建立精簡,創建功能/支持目錄中的文件有以下:
Capybara.server do |app, port|
require 'rack/handler/thin'
Rack::Handler::Thin.run(app, :Port => port)
end
fyi,大約一年的瘦身並不是默認的 https://github.com/jnicklas/capybara/commit/5b164d4f1c256f24b6c42475ea15466fcd3f012b – 2013-12-19 03:06:01
只在您的寶石文件中的寶石「薄」。 請參閱http://stackoverflow.com/questions/4585544/how-to-run-cucumber-selenium-using-thin-server-instead-of-default-webrick – 2011-11-29 15:54:57