Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 649 Bytes

File metadata and controls

39 lines (23 loc) · 649 Bytes

Selenium Core runner for Ruby on Rails 3.

You can run the test suite generated from Selenium IDE on browser using Selenium Core!

  • Append to your Gemfile

gem 'selenium-core-runner'
  • Then bundle install

$ bundle install

Put test suites and cases generated from Selenium IDE into test/selenium.

Assumed structure in test/selenium.

test
  selenium/
    test_suite_name.html (test suite)
    test_suite_name/
      test_case1.html
      test_case2.html
      .
      .
      .

Access to example.com/selenium-core-runner

This project rocks and uses MIT-LICENSE.