Skip to content

v0.8.0

Compare
Choose a tag to compare
@beatfactor beatfactor released this 10 Sep 23:08
· 1952 commits to main since this release

Nightwatch v0.8

New features

Enhancements

  • Added support for automatically taking a screenshot on test failure - based on #442;
  • Added abortOnAssertionFailure global property for controlling whether to abort the test execution when an assertion failed and skip the rest
  • Added support for deep merging globals (and other test environment properties) from default test environment; also merging external globals with config globals
  • Added support for setting the device orientation
  • Added improvements to session command
  • Added group_name property on test_settings object available when running using --group option

Important fixes

  • Fixed showing original stacktraces in failure messages #615
  • Fixed --suiteRetries does not re-run global beforeEach/afterEach #588
  • Fixed --suiteRetries option only retries the first test in testsuite #610
  • Fixed - test report output for third-party assertion frameworks #601