Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@Robert-96 Robert-96 released this 27 Nov 21:08
· 180 commits to main since this release

Changelog

Added

  • Add requirements statistics from GraphWalker in report. (#143)
  • Add support for GraphWalker 4.3.0 and 4.3.1. (#138, #149)
  • Add option for GraphWalker host for the online command. (#126)
  • Add support for edges without name. (#125)
  • Add option for GraphWalker log level. (#119)
  • Update the verify to output code suggestion for missing methods and classes. (#101, #106)
  • Add an option to print the report path in a file. (#108)
  • Handel KeyboardInterrupt exception when executing tests to capture the method output. (#107)
  • Update CLI command output. (#105, #116, #117, #140)

Fixed

  • Fix issue where tearDownRun and tearDownModels do not run if a GraphWalkerException is raised. (#110)
  • Fix issue where Reporter.end is not call in case setUpRun fails. (#109)
  • Fix issue where he verify command doesn't work with paths ending with a path separator. (#122)