Nightwatch v1.3.6 Release Notes

Release Date: 2020-05-30 // almost 4 years ago
    • ๐Ÿ›  Fixed #2417 - --filter argument was ignored if both --filter and --skiptags are set
    • ๐Ÿ›  Fixed - an issue occurring when using --filter argument and an empty src_folders setting - b2c2daa
    • โž• Added - improved jUnit reporting for assertions in before/after test hooks - 0cc3627
    • โž• Added - stripping of ansi control characters in jUnit xml reports and improved currentTest api property - 0cc3627
    • ๐Ÿ›  Fixed - an issue with running tests using the describe interface more than once in the same test run - cb1221d
    • ๐Ÿ›  Fixed - a problem with using the global --timeout argument in some cases - 1b3abcd
    • ๐Ÿ›  Fixed - an issue where a failed assertion inside the after test hook would have blocked the test run - 1e11032
    • ๐Ÿ›  Fixed - displaying the correct error message in case of using an unknown api assertion (e.g. due to a typo) - abaaaf8
    • ๐Ÿ›  Fixed - remove the isVisible workaround for Safari lower than v12 - c8e34b2