qase-tms / qase-java

Qase TMS Java SDK
https://developers.qase.io
Apache License 2.0
18 stars 5 forks source link

feat: all Java reporters to support passing runComplete from QASE_RUN_COMPLETE env #56

Closed sharovatov closed 2 years ago

sharovatov commented 2 years ago

JS cypress reporter supports passing runComplete to API from QASE_RUN_COMPLETE env, see here:

When this parameter is sent, test run in app.qase.io is marked as completed.

See this for reference: https://github.com/qase-tms/qase-javascript/blob/master/qase-cypress/src/index.ts

All Java reporters lack this functionality :(

sharovatov commented 2 years ago

done