Skip to content

v0.7.0

Compare
Choose a tag to compare
@beatfactor beatfactor released this 21 Jun 13:24

Nightwatch v0.7

New features

Enhancements

  • Added support for automatically taking a screenshot on test failure - based on #442;
  • Added option to retry failing tests #436;
  • Added support for not skipping test cases when assertion fails #473;
  • Added mouseButtonClick protocol command
  • Added support for page_object_path to accept an array

Important fixes

  • Fixed an issue with the results not properly set in afterEach hook reported in #442