Releases: nightwatchjs/nightwatch
Releases · nightwatchjs/nightwatch
v0.4.16
- Fixed an issue with running queued commands added from callbacks
- Improved the console output
v0.4.15
- Added exit code for connection refused errors (when selenium server isn't running)
- Added new
attributeContains
assertion
v0.4.14
- Added - #129 - global defaults for waitForElement commands:
waitForConditionTimeout
andwaitForConditionPollInterval
- Added - added test
results
anderrors
properties on the test object available - #135 - Fixed -
useXpath
anduseCss
methods not working correctly - #142 - Fixed -
no such element
errors were showing when not supposed to - #141
v0.4.13
- Fixed - accidentally removing sample
nightwatch.json
from npm package
v0.4.12
- Fixed - issues with
setValue
andkeys
command and added aliassendKeys
for setValue - Added - object map with available keys and their UTF-8 values as
client.Keys
v0.4.11
- Fixed an issue with showing the elapsed time for tests incorrectly in some cases.
v0.4.10
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