Changelog

1.0.3

Released

under development

  • Updated project documentation to use the Useblocks theme customization.

  • Improvement: Template file encoding coud be configured. See tr_import_encoding. #60

1.0.2

Released

21.12.2022 🎄

  • Bugfix: Links in test-suite and co. do not raise error. #51

  • Improvement: Allows empty text and message fields, which allows integration of ctest junit files #49

1.0.1

Released

04.11.2022

1.0.0

Released

26.09.2022

  • Improvement: Supporting Sphinx-Needs >= 1.01 only.

  • Improvement: Migrated nosetests to pytest.

0.3.7

Released

09.06.2022

  • Improvement: Nested test suites are supported (like in Robot Framework 5.0) #30

0.3.6

Released

12.11.2021

  • Improvement: Added support for parallel modes. #20

  • Improvement: Support getting skipped tests. #18

0.3.5

Released

18.06.2021

  • Bugfix: Minor bugfixes

0.3.4

Released

30.04.2021 (Recalled, contains major bugs)

  • Bugfix: Removed Sphinx 4 deprecation warnings

0.3.3

  • Improvement: Added test-report directive.

  • Improvement: Introduces tr_file, tr_suite and tr_case options to customize names.

  • Improvement: Not found files will throw warning instead of exception so that build goes on.

  • Improvement: Provides css_classes tr_passed, tr_failure, tr_skipped to colorize needs and their rows in tables.

  • Bugfix: Stabilised extension initialisation phase.

0.3.1

  • Improvement: Support of case and table colors based on result.

  • Bugfix: Hash-Id for autogenerated test-cases size was increased.

0.3.0

0.2.1

  • Skipped support für Python < 3.5.

  • Bugfix: junit-file-format of pytest > 5.1.0 supported. #8

0.2.0

Initial start for the changelog

  • Improvement: added directive :test-env: to take tox-envreport.json as input and create a table.