qase-tms / qase-javascript

Qase TMS JavaScript SDK
https://developers.qase.io
49 stars 43 forks source link

release: qaseio 2.1.3 , qase-javascript-commons 2.0.9 and qase-playwright 2.0.3 #615

Closed gibiw closed 3 months ago

gibiw commented 4 months ago

release: qaseio 2.1.3

Add support enterprise API URL. Now you can use the Qase API client with your own Qase instance.


qase-javascript-commons: support enterprise environment

Rename baseUrl to host in config


release: qase-javascript-commons 2.0.9

Added new configuration options rootSuite for specify root suite. This option is available in config file and QASE_ROOT_SUITE env variable


release: qase-playwright 2.0.3

Added new annotation qase.suite(). Tests marked with it will be grouped in the Qase report by the specified suite name.