Qase WDIO v1.4.0: Internal Refactor for Shared Helpers
TL;DR
- Internal code refactor for
qase-wdioadapter. - Now uses shared helper functions from
commons/internal. - Aims for improved code consistency and maintainability.
Key Changes
qase-wdio v1.4.0, released on 2026-04-27, introduces a significant internal refactor. The primary change involves the adoption of shared helper functions from qase-javascript-commons/internal. This move standardizes code practices and enhances the internal architecture of the qase-wdio module, moving from qase-javascript-commons-v2.7.0 to this new version.
Impact for QA Teams
This update primarily affects the internal structure of the qase-wdio adapter. QA teams will likely not observe immediate changes in their test execution or require updates to existing WebdriverIO test scripts. However, this refactor lays a foundation for greater stability and more consistent development across Qase’s JavaScript projects in the future.
Full Changelog: https://github.com/qase-tms/qase-javascript/compare/qase-testcafe-v2.5.0…qase-wdio-v1.4.0
