Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Releases: rainforestapp/rainforest_ruby_runtime

Windows support

13 Apr 13:20
a206bce
Compare
Choose a tag to compare
  • Monkey patch Process::RLIMIT_NOFILE and Process.getrlimit on Windows
  • Fixed SauceConnect executable path on Windows
  • Don't start local server when running from a Rails repo

v0.1.0 - Multibrowser and Multiscript Support

12 Apr 14:18
935bed4
Compare
Choose a tag to compare
  • Support multiple browsers with --browsers param
  • Change default browser to chrome (used to be firefox)
  • Support running multiple scripts at once
  • Use RSpec for running scripts and displaying results
  • Remove support for BrowserStack and TestingBot
  • Remove support for IE 8, 9, and 10 on SauceLabs
  • Update browser versions on SauceLabs, add Microsoft Edge
  • Add changelog