Steward v1.1.0 Release Notes

Release Date: 2015-06-09 // almost 9 years ago
  • โž• Added

    • โœ… Check if browser given to run-tests command is supported (this helps avoiding typos, interchange of browser and environment etc.). (#9, #15)
    • โœ… Option --filter which allows filtering tests/testcases by name (#20). - @ziizii

    ๐Ÿ”„ Changed

    • ๐Ÿ”Š The logs/results.xml could now be also accessed locally (the XSLT is now embedded right into the file, so we don't encounter same-origin policy problems). (25d73a4)
    • ๐Ÿ‘‰ Use tagged version 0.6.0 of php-webdriver. (#11)
    • โฌ†๏ธ Upgrade to Symfony 2.7 (causing eg. the --help format to change a bit - according to docopt standard) (#18)
    • โœ… If any test fails, the run-tests command now exits with code 1. This behavior could be altered using new --no-exit option, which forces the command to exit 0 even if some test fails. (#13, #16)
    • ๐Ÿ Steward executable was renamed from steward.php to just steward, which should work on both Unix and Windows (#21, #25) - @mhujer

    ๐Ÿ›  Fixed

    • Properly trigger PHPUnit colored (ANSI) mode when Steward itself is in ANSI mode. (#10)
    • โœ… Stop counting test's running time (shown in results.xml), if the test ended with fatal error. (#6, #17)