Releases: nightwatchjs/nightwatch
Releases · nightwatchjs/nightwatch
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
v0.3.4
- Added
execute_async
protocol action - more details. - Added
-v, --version
command line option to show version information (removed-v
alias for--verbose
) - Added constructor style support for custom commands based on PR #48
v0.3.2
v0.3.1
- Added
switchWindow
andcloseWindow
commands for window handling. - Added
doubleClick
andrefresh
protocol actions. - Added
accept_alert
anddismiss_alert
protocol actions for alert/confirm dialogs - #3. - Added
windowSize
protocol action andresizeWindow
selenium command - Added New test example illustrating how to perform a Facebook Connect login on digg.com website.
- Fixed Selenium Handling of Alert Boxes breaks message response handling - #26.