Skip to content

Releases: qase-tms/qase-java

3.0.5

28 Jun 20:21
cfa84c5
Compare
Choose a tag to compare

What's Changed

3.0.4

27 Feb 21:37
982615c
Compare
Choose a tag to compare

What's Changed

  • fix: java.lang.IllegalStateException on getting test case by id by @savkk in #97

3.0.3

16 Feb 22:49
f0af3b5
Compare
Choose a tag to compare

What's Changed

3.0.2

30 Dec 22:46
ce1997d
Compare
Choose a tag to compare

What's Changed

  • fix TestCase model deserialization by @savkk in #91
  • add QaseId and QaseTitle annotations by @savkk in #91

3.0.1

28 Nov 21:10
5d9a344
Compare
Choose a tag to compare

What's Changed

  • step null argument npe fix by @savkk in #88
  • added failed step title normalization by @savkk in #89

3.0.0

04 Nov 22:11
7660a13
Compare
Choose a tag to compare

What's Changed

2.2.1

10 Oct 21:11
1558122
Compare
Choose a tag to compare

What's Changed

  • feat: Java reporters to support passing environmentId from QASE_ENVIRONMENT_ID env by @birintsev in #57
  • feat: all Java reporters to support passing runComplete from QASE_RUN_COMPLETE env by @birintsev in #58
  • feat: support JUnit 4/5 screenshots by @birintsev in #60
  • feat: support testNg, Cucumber3-jvm, cucumber4-jvm, cucumber5-jvm screenshots upload by @birintsev in #62
  • Reducing code duplication in framework-specific Java-reporters by @birintsev in #65
  • Auto-reloading of QaseConfig on system (environment) variables update by @birintsev in #69
  • Support of passing X-Client and X-Platform headers from all reporters by @mbirintsev in #76

New Contributors

2.1.4

15 Jul 21:00
e32aa1d
Compare
Choose a tag to compare

What's Changed

2.1.3

06 Apr 20:11
d358cfb
Compare
Choose a tag to compare

What's Changed

  • add simple step title formatter by @savkk in #40
  • fixed work with array arguments in step formatter by @savkk in #41

2.1.2

05 Apr 21:34
7dad0ba
Compare
Choose a tag to compare

What's Changed

  • fix multiple sending by bulk method by @savkk in #39