Skip to content

Releases: nightwatchjs/nightwatch

v0.3.6

24 Feb 11:04
Compare
Choose a tag to compare
  • Added ability to add custom assertions to assert/verify. #46
  • Added support for MSIE with the IE Driver. #56
  • Fixed report generation when folder doesn't exist. #55

v0.3.5

21 Feb 22:47
Compare
Choose a tag to compare
  • Improved error handling and reporting in tests
  • Fixed --verbose command line option

v0.3.4

21 Feb 21:06
Compare
Choose a tag to compare
  • 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

14 Feb 23:15
Compare
Choose a tag to compare
  • Added optional abortOnFailure parameter to `waitForElementPresent command to enable the test to continue if the assertion fails.
  • Added -f, --filter command line option to allow filters for the test file names (based on #37)

v0.3.1

11 Feb 11:07
Compare
Choose a tag to compare
  • Added switchWindow and closeWindow commands for window handling.
  • Added doubleClick and refresh protocol actions.
  • Added accept_alert and dismiss_alert protocol actions for alert/confirm dialogs - #3.
  • Added windowSize protocol action and resizeWindow 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.