Skip to content

v1.1.0

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

Added

  • Added BrowserTestCase::createBrowserConfiguration method for creating instance of browser configuration class based on given parameters.

Changed

  • Use DIC (dependency injection container) to organize interactions between library modules.
  • When unknown parameters are specified during browser configuration creation an exception is thrown.
  • The SauceLabsBrowserConfiguration class now would throw an exception, when supplied driver instance isn't of Selenium2Driver class.
  • The remote code coverage code made more reusable/testable through usage of OOP approach.
  • Allow using both PHPUnit 3.x and PHPUnit 4.x versions.