nightwatch

Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack

MIT License

Downloads
594.3K
Stars
11.7K
Committers
158

Bot releases are visible (Hide)

nightwatch - v0.3.2

Published by beatfactor over 10 years ago

  • 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)
nightwatch - v0.3.1

Published by beatfactor over 10 years ago

  • 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.