Skip to content

v2.0.0

Compare
Choose a tag to compare
@aik099 aik099 released this 09 Aug 12:11
· 196 commits to master since this release

Added

  • Added support for using custom browser configuration (the BrowserConfigurationFactory::register method).
  • Adding BrowserStack testing service support (experimental).
  • Allow running testing using "Sauce Labs" and "BrowserStack" on Travis CI.
  • Allow using SauceConnect (secure tunnel creation to the Sauce Labs servers) on Travis CI, when Sauce Labs browser configuration is used.
  • Added support for HHVM.

Changed

  • Changed default OS for Sauce Labs/BrowserStack from "Windows XP" to "Windows 7".

Fixed

  • Sessions were stopped prematurely, when test suite consisted of tests with different session strategies (e.g. one isolated and one shared).