Steward v0.11.0 Release Notes

Release Date: 2015-02-06 // over 9 years ago
  • โž• Added

    • ๐Ÿ†• New debug() method that output to log only in debug mode. Could be used in both TestCases and Components.
    • ext-curl requirement into composer.json (as CURL is needed by HttpCommandExecutor).

    ๐Ÿ”„ Changed

    • โšก๏ธ Test-cases order is optimized before running tests, so that test-cases with the longest delay of theirs dependencies are run as first.
    • ๐Ÿ‘Œ Improved error messages when Selenium server is not accessible or when any of required directory does not exist.

    ๐Ÿ›  Fixed

    • Error is thrown if not-existing method is called on AbstractComponent descendants.
    • Properly handle PHPUnit_Framework_Warning when eg. data provider is invalid.