Steward v1.0.0 Release Notes

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

    • โœ… Possibility to specify zero as @delayMinutes (eg. if you want to force test order, but don't need to actually wait) or to use floating point number as delay.
    • โœ… SyntaxSugarTrait with shortcuts for element locating and waiting ($this->findBy...(), $this->findMultipleBy...() and $this->waitFor...()) usable in TestCases and Components.

    ๐Ÿ”„ Changed

    • BC: Global configuration constants replaced with Config object accessed through ConfigProvider. Thus all the global constants (BROWSER_NAME, ENV, SERVER_URL, PUBLISH_RESULTS, FIXTURES_DIR, LOGS_DIR, DEBUG) are no longer available, use the Config object instead.
    • โœ… BC: lib/ and lib-tests/ directories renamed to src/ and src-tests/ respectively.
    • BC: Changed namespaces of eg. ConfigProvider and ProcessSet.