Sha256: f2d50d7c3010eb4518576a02145cf7b70cf16cc06c43747f7473fa6ca7bb96be
Contents?: true
Size: 1.34 KB
Versions: 2
Compression:
Stored size: 1.34 KB
Contents
== Introduction Welcome to Polonium! This plugin is designed to let you use Polonium to write Selenium tests in Ruby, using a simple series of Rake tasks. == Installation The current version of this plugin can be found at: http://rubyforge.org/var/svn/pivotalrb/polonium/trunk You may install the plugin with the following command: script/plugin install svn://rubyforge.org/var/svn/pivotalrb/polonium/trunk == Usage The polonium plugin assumes you have a test/selenium directory with a selenium_suite.rb file in it. A sample selenium_suite.rb and selenium_helper.rb can be copied into your test/selenium directory. You'll get the following tasks: - selenium:test - starts a Selenium RC server, runs selenium tests, and shuts the server down when they're done and lower level tasks as well: - selenium:server starts up a Selenium RC server - selenium:test_with_server_started runs Selenium tests off of an existing server == Future Enhancements There are a few things we'd like to improve, but we wanted to get this out now. Check the tracker in the pivotal.rb RubyForge project for details. == License Polonium is distributed under the MIT license. Copyright © 2007 Pivotal Labs, Inc. == Contributing Contributions to this plugin are welcome. Contributions should be accompanied by tests. See http://pivotalrb.rubyforge.org for more details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
polonium-0.1.0 | README |
polonium-0.1.1 | README |