Skip to content

7.0.9

Choose a tag to compare

  • Upgraded to TestNG 7.5
  • Resolved case of Skip due to config issues, such as a failure in a BeforePhase method (#41)
  • We no longer throw SkipExceptions in the OnStartTest. Instead, we set the status to Skipped (#42)
  • Consumer results can now contain the results of the PRODUCER phase (#34)
  • Storing duration and the phase in the scenario state (#36)
  • Updated Log4J to 2.17.1 to resolve security issues (#38)
  • Implemented the new select tests to run based on the producer phase (#9)
  • Solved case when the users really wants to use retry. In this case we do not interrupt the retry mechanism.
  • Moved back to java 8. We now compile the artefacts in java 8. This is because our main users are not yet in higher java versions.
  • Removed the deprecated methods PhasedTestManager.produceWithKey and PhasedTestManager.consumeWithKey.