This repository was archived by the owner on Sep 3, 2020. It is now read-only.
Releases: groupon/testium
Releases · groupon/testium
1.9.0
1.8.0
1.7.0
- #81 allow before hook failures to auto save screenshots
Testium now uses a custom reporter. If you specify a different reporter in the mochaOptions
, you will override this custom reporter and screenshot-on-failure will stop working. A future version may allow this to no longer be the case, but it depends on a change in mocha itself.
1.6.0
1.5.0
1.4.1
1.4.0
- #48 extract selenium downloading into a separate module
- #49 #56 updated license information
- #51 update repo info in package.json
- #52 all element assertions that find an element now return it
- #53 implemented
waitForUrl(url, query, timeout)
wherequery
can be an object - #55 implemented
navigateTo url, query: {...}
, which builds a querystring and adds it to the url
Breaking Change: Due to a dependency of a dependency, Testium 1.4.0+ requires Node.js 0.10+. See this blog post for more information on carat ranges, which are the root of this issue.