What's Changed
- Pass BDD
describe
title to JUnit reports by @garg3133 in #4386.
(Thename
attribute oftestsuite
tag and theclassname
attribute oftestcase
tag will now contain thedescribe
title instead of testsuite file path for BDDdescribe
tests.) - Fix double entry of test case run times in reports. by @garg3133 in #4387
- Fix test section stats and status in reports. by @garg3133 in #4388
- Always return
NightwatchClient
instance fromclient.initialize()
call. by @garg3133 in #4389
Full Changelog: v3.11.1...v3.12.0