npm nightwatch 1.0.19
v1.0.19

latest releases: 3.6.1, 3.6.0, 3.5.0...
5 years ago

Fixes

  • Fixed #2004 - failing test generates invalid XML report file;
  • Fixed #1993 - External globals are not merged with existing globals
  • Fixed #1991 - No tests are run if --skiptags is used in a package.json script
  • Fixed #1987 - can't start tests when directories in src_folders contain empty subfolders
  • Fixed #1861 - global reporter in parallel running mode
  • Fixed #1989 - an issue with elementIdValue()
  • Fixed #1976 - an issue with using frame(0)
  • Fixed #1955 - screenshots attachment path not being added for failed assertions and errors in the JUnit XML report file

Improvements

Added support for passing multiple comma-separated tags as --tag argument which will act as an AND selection #955


Usage:

  • AND tags: --tag this,and,that
  • OR tags: --tag this --tag that
  • AND and OR tags combined: --tag this,and,that --tag something,else

Don't miss a new nightwatch release

NewReleases is sending notifications on new releases.