Releases: qase-tms/qase-javascript
Releases · qase-tms/qase-javascript
[email protected]
Overview
Package qase-javascript-commons contains common functions, used by all Qase JavaScript reporters.
This is a beta channel release.
Don't install this package explicitly.
Instead, install the test reporter for your framework, for example:
npm install playwright-qase-reporter@betaWhat's new
- Set a fallback reporter when the primary reporter can't be used,
such as when thetestopsreporter can't authenticate with the Qase API. - Rename some environment variables to keep naming consistent between reporters in all languages.
- Add several environment variables for new config options.
- Write outputs in JSONP format, which can be used with
Qase Report. - Logic for handling test with multiple case IDs moved to the commons package.