qase-tms / qase-java

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

feat: Java reporters to support passing environmentId from QASE_ENVIRONMENT_ID env. #55

Closed sharovatov closed 2 years ago

sharovatov commented 2 years ago

Cypress javascript reporter supports passing environmentId from QASE_ENVIRONMENT_ID env.

All Java reporters (Cucumber3, Cucumber4, Cucumber5, JUnit4, JUnit5, TestNG) need to support this too.

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

sharovatov commented 2 years ago

done by @birintsev !