Skip to content

Releases: reportportal/agent-java-cucumber

Release 5.1.0-RC-4

22 Oct 08:55
Compare
Choose a tag to compare

Changed

Release 5.1.0-RC-3

24 Aug 10:39
Compare
Choose a tag to compare

Fixed

  • Cucumber-groovy crash

Release 5.1.0-RC-2

05 Aug 16:52
Compare
Choose a tag to compare

Changed

Release 5.1.0-RC-1

02 Aug 19:25
Compare
Choose a tag to compare

Changed

  • Client version updated on 5.1.0-RC-4
  • Version changed on 5.1.0

Release 5.0.2

18 May 15:06
Compare
Choose a tag to compare

Changed

  • Client version updated on 5.0.21

Fixed

  • Empty interrupted suite in case of duplicate step
  • Table parameter handling for different reporters

Release 5.0.1

24 Nov 10:10
Compare
Choose a tag to compare

Changed

  • Some code refactoring to unify style between all cucumber agents
  • Client version updated on 5.0.15

Fixed

  • Double error message reporting

Release 5.0.0

19 Oct 15:59
Compare
Choose a tag to compare

Changed

  • Many static methods from Util class were moved to AbstractReporter class and made protected to ease extension

Known issues

  • Null-pointer exception on annotation-based nested steps in case of null child field in step templates. E.G.:
     @Step("Upload new document in program {body.programId}_{body.workflowNumber}")
     public static Response uploadDocument(DocumentRequest body, File file, OAuth2Filter auth) {}
    If programId or workflowNumber are nulls, you will get a NullPointerException
    Workaround: Add an exclusion on a dependency called client-java and use newer one, at least version 5.0.12

Release 5.0.0-RC-1

15 Sep 19:00
Compare
Choose a tag to compare

Added

  • Callback reporting

Changed

  • Test step parameters handling
  • Mime type processing for data embedding was improved

Fixed

  • Manually-reported nested steps now correctly fail all parents

Removed

  • Scenario Outline iteration number in item names, to not break re-runs

Release 5.0.0-BETA-13

28 Aug 09:12
Compare
Choose a tag to compare

Fixed

  • A bug when ambiguous item causes a Null Pointer Exception
  • Incorrect item type settings

Added

  • Nested steps support

Release 5.0.0-BETA-12

20 Aug 10:24
Compare
Choose a tag to compare

Added

  • multi-thread execution support
  • Test Case ID support

Fixed

  • codeRef reporting was added for every item in an item tree