mainline
mainline copied to clipboard
Allows Full Browser Testing in Integration Tests for Rails
Hi, Been trying to install the plugin, but the generator script doesn't seem to be able to find the mainline generator. I've tried installing mainline as both a gem and...
Here is my config Webrat.configure do |config| if ENV['INTEGRATION_MODE'] config.mode = :selenium config.application_framework = :rails config.application_port = 3001 config.selenium_server_port = 4444 Mainline.enable do |mainline_config| mainline_config.port = 3001 end else config.mode...
When i spcecify config.application_framework = :external with webrat 0.4.4 I am getting: Given I am logged in # features/step_definitions/login_steps.rb:1 Unknown Webrat application_framework: :external ``` Please ensure you have a Webrat...