Skip to content

Latest commit

 

History

History
96 lines (58 loc) · 3.16 KB

CHANGELOG.md

File metadata and controls

96 lines (58 loc) · 3.16 KB

Change Log

0.5.0

  • Adding feature to Import tests from other descriptors based test or group [ Details - YahooArchive#200 ]
  • Adding support for webdriver key object and improved error messaging [ Details - YahooArchive#201 ]

0.4.3

  • adding path method to return installed arrow directory [ Details - YahooArchive#199 ]

0.4.2

0.4.1

  • Using cdnjs link for chai.js and protocol independent urls for mocha & expect
  • Adding support for SSL proxy and adding more error event listeners for better error handling
  • Setting nodejs back as default driver
  • Not maximizing browsers for mobile tests

0.4.0

  • Support for starting reusable browser session from Arrow command
  • Fix for Mocha test failures on on IE8.

0.3.3

  • Fixed appium and android driver compatibility
  • Removed raw github links, which were failing mocha tests on IE8.

0.3.2

  • Fix for Screenshot url

0.3.1

  • Added selenium-webdriver in npm-shrinkwrap

0.3.0

  • Upgrading to selenium-webdriver version 2.39
  • Fixes for reporting when running with multiple browsers

0.2.0

0.1.0

  • Fix for overriding configurations using local config file
  • Fix for report file not being generated when custom controller failed to load

0.0.90

  • set logging level to ERROR and hooked up log4js ( for tests requiring Arrow server )
  • Improved examples in documentation

0.0.89

  • Refactoring
  • Bug fix

0.0.88

0.0.87

0.0.86

  • Fixed startup error message for PhantomJs
  • Reverted the yui defaultAppSeed url from https to http
  • Improved error management & messages

0.0.85

  • Better Error Handling

0.0.84

  • No more HTML logs during mocha test execution
  • locator controller could be used for just waiting for an element, without performing any UI action.
  • Fixed a locator controller bug, where passing "stay" param used to discard 'waitForElement(s)' params
  • Added testTimeOut as a descriptor level param, now users can override testTimeout for a test
  • Added hasTest as a descriptor level param, now if a scenario does not have any test, but all the scenario steps pass, ARROW will consider it as a pass test.
  • Fixed a bug where "enabled" property does not used to work properly if a boolean 'false' is passed
  • Improved bunch of error messages