Releases: codeceptjs/CodeceptJS
Releases · codeceptjs/CodeceptJS
4.0.0-rc.9
What's Changed
- DOC: rewrite retry.md for clarity and concision by @DavertMik in #5496
- feat: wrap elements in WebElement for unified API across helpers by @DavertMik in #5497
- feat: add elementIndex step option for targeting specific elements by @DavertMik in #5499
Full Changelog: 4.0.0-rc.8...4.0.0-rc.10
4.0.0-rc.9
- Fixed position for multiple elements
4.0.0-rc.8
What's Changed
- refactor: extract shared dropFile script for attachFile dropzone support by @DavertMik in #5486
- feat: strict mode for all helpers + improved MultipleElementsFound error by @DavertMik in #5491
- feat: add optional context parameter to moveCursorTo by @DavertMik in #5492
Full Changelog: 4.0.0-rc.7...4.0.0-rc.8
4.0.0-rc.7
Full Changelog: 4.0.0-rc.6...4.0.0-rc.7
4.0.0-rc.6
Full Changelog: 4.0.0-rc.5...4.0.0-rc.6
4.0.0-rc.5
What's Changed
- improved context methods by @DavertMik in #5453
- Remove built-in HTML reporter, recommend @testomatio/reporter by @DenysKuchma in #5407
- Enhanced Retry Mechanisms - Remove Code Duplication by @DenysKuchma in #5409
- Add AI Trace plugin for AI-assisted debugging by @DenysKuchma in #5432
- Enable event dispatcher in workers by @DenysKuchma in #5464
- implemented path normalization by @DavertMik in #5451
- fix: make XPath relative in buildLocatorString for within() scope by @mirao in #5474
- Fix aiTrace plugin by @DenysKuchma in #5478
- feat: add context parameter to appendField, clearField, attachFile by @DavertMik in #5479
- feat: add dropzone support to attachFile by @DavertMik in #5480
Full Changelog: 4.0.0-rc.2-r3...4.0.0-rc.5
4.0.0-rc.4
What's Changed
- improved context methods by @DavertMik in #5453
- Remove built-in HTML reporter, recommend @testomatio/reporter by @DenysKuchma in #5407
- Enhanced Retry Mechanisms - Remove Code Duplication by @DenysKuchma in #5409
- Add AI Trace plugin for AI-assisted debugging by @DenysKuchma in #5432
- Enable event dispatcher in workers by @DenysKuchma in #5464
- implemented path normalization by @DavertMik in #5451
- fix: make XPath relative in buildLocatorString for within() scope by @mirao in #5474
- Fix aiTrace plugin by @DenysKuchma in #5478
- feat: add context parameter to appendField, clearField, attachFile by @DavertMik in #5479
- feat: add dropzone support to attachFile by @DavertMik in #5480
Full Changelog: 4.0.0-rc.2-r3...4.0.0-rc.4
4.0.0-rc.2-r3
Add --ignore-scripts option to npm publish command
4.0.0-rc.2-r2
Simplify publish-beta workflow by removing steps Removed dependency installation and npm tag determination steps.
4.0.0-rc.2-r1
Merge branch '4.x' of github.com:codeceptjs/CodeceptJS into 4.x