- Fixed #2417 -
--filter
argument was ignored if both--filter
and--skiptags
are set - Fixed - an issue occurring when using
--filter
argument and an emptysrc_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