v3.0.0 - Beta 1
Pre-release
Pre-release
AutomatedTester
released this
16 May 17:30
·
253 commits
to main
since this release
What's Changed
Features
- add support for a dynamic filename for HTML Report by @vaibhavsingh97 in #3667
- Make new element API commands available on page objects. by @garg3133 in #3698
- Migrate namespaces to client-commands and get them working on page-objects. by @garg3133 in #3684
- Added retry test data to a global reporter by @harshit-bs in #3712
- Make new element API available as named export. by @garg3133 in #3671
- Skipped tests have been categorized as either user-marked or runtime-failed by @harshit-bs in #3711
- Remove dependency on driver binaries, fallback to selenium-manager by @swrdfish in #3717
- Types migration by @beatfactor in #3714
- Add the ability to rerun failed tests by @prudhvi22 in #3703
Fixes
- move screenshot aboslute path to relative path in HTML Report by @vaibhavsingh97 in #3661
- resolve overlapping testnames issue by @AlaaSayed794 in #3539
- remove mkpath as a dependency by @gravityvi in #3679
- Fix xpath selectors to locate within elements. by @garg3133 in #3672
- fixed issues with findByLabelText by @beatfactor in #3681
- fix build duration for HTML Reporter by @vaibhavsingh97 in #3683
- Fix element api support in POM. by @garg3133 in #3689
- feat: add bstack demo example by @vaibhavsingh97 in #3405
- fix: env is not passed to worker threads by @vaibhavsingh97 in #3691
- Added default value fix for retryInterval in waitUntil with message param by @harshit-bs in #3669
- Added a fix for assert.hasAttribute by @harshit-bs in #3651
- Fix nesting strategies in findByLabelText. by @garg3133 in #3710
- Fix sendKeys to allow multiple value arguments; add setValue. by @garg3133 in #3709
- Always throw uncaught exceptions by @swrdfish in #3708
- example tests fix for mobile by @harshit-bs in #3487
- fix #3554 : Added fix for mobile-web error classes by @harshit-bs in #3572
- Test fix for waitForElementNotPresent by @harshit-bs in #3599
- Nightwatch Inspector - Blocking parallelism for default case for chrome in debug mode by @harshit-bs in #3692
- fix #3513 Dont skip tests if verify fails by @prudhvi22 in #3533
- added waitUntil module to element apis by @gravityvi in #3715
- Upgrade selenium to 4.9.0 by @AutomatedTester in #3705
- Added describe name, hook timestamps to reporter by @prudhvi22 in #3680
- Nightwatch session is not getting closed in serial mode by @harshit-bs in #3694
- return correct status code for waitForElementNotPresent by @swrdfish in #3678
New Contributors
- @AlaaSayed794 made their first contribution in #3539
Full Changelog: v3.0.0-alpha.3...v3.0.0-beta.1