Releases: nightwatchjs/nightwatch
Releases · nightwatchjs/nightwatch
v0.4.9
v0.4.8
- Fixed #106 - saucelabs not working with non-firefox browsers due to improper handling of redirect responses for session requests
- Fixed issues with
timeouts
commands - Added
frameParent
command based on #80 - Added async setUp/tearDown - you can pass in now a callback parameter
- Added screenshots are saved into the junit reports as attachments
v0.4.7
v0.4.6
- Fixed custom assertions loading for the assertions written in the constructor declaration style prior to v0.4
v0.4.5
v0.4.4
v0.4.1
- Added improved method of declaring assertions and better custom commands/custom assertions support
- Added support for reading, creating and deleting browser cookie
- Added full xpath support #33
- Renamed the settings file to nightwatch.json - #68
- Added
value
assertion - Added new utility api commands:
init
,urlHash
andinjectScript
- Added
waitForElementNotPresent
andwaitForElementNotVisible
api commands - Added support for passing a custom message to waitForElement commands
- Added several stability fixes and improvements.
v0.3.7
v0.3.6
v0.3.5
- Improved error handling and reporting in tests
- Fixed
--verbose
command line option