Releases: groupon/testium
Releases · groupon/testium
3.2.0
- #168 show error message if app doesn't exist
3.1.0
- #160 when there is an error in a subprocess or the parent process, kill all processes; this prevents orphan processes in some cases
3.0.1
#162 fixed a bug that prevented urls that contain a #hash
segment from working properly.
3.0.0
#156 removed deprecated functionality
browser.waitForElement
browser.assert.imagesMatch
browser.getScreenshot(selector)
2.9.1
- #154 make looking for an
app
optional
- #155 deprecate getScreenshot(cssSelector)
2.8.0
- #151 deprecate img-diff functionality
- #152 allow configuration of launchEnv
2.7.0
- #138 add selenium.debug config option
2.6.0
- #137 show better error message when a local
chromedriver
is missing