Sha256: 8d744d51af631ce3ed58c191b1960d6d600fcc2aca39a445dcd8fbcc7c9ef2d7

Contents?: true

Size: 945 Bytes

Versions: 4

Compression:

Stored size: 945 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', '..', '..', 'lib'))
require 'grid'
require 'rspec/expectations';

Grid.control(:controller_uri=>"druby://ec2-50-16-63-81.compute-1.amazonaws.com:11235", :browser=>"chrome") do |browser, id|

  Given /^(\d+) users open "([^"]*)"$/ do |arg1, arg2|
    pending # express the regexp above with the code you wish you had
  end

  Given /^navigate to the portal$/ do
    pending # express the regexp above with the code you wish you had
  end

  When /^they enter their credentials$/ do
    pending # express the regexp above with the code you wish you had
  end

  Then /^they should see their account settings$/ do
    pending # express the regexp above with the code you wish you had
  end

  Then /^the response time should be less than (\d+) seconds$/ do |arg1|
    pending # express the regexp above with the code you wish you had
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grid-0.3.7 examples/cucumber/step_definitions/example_steps.rb
grid-0.3.6 examples/cucumber/step_definitions/example_steps.rb
grid-0.3.5 examples/cucumber/step_definitions/example_steps.rb
grid-0.3.4 examples/cucumber/step_definitions/example_steps.rb