New JSON based testsuites management for large projects

Dear community,

we are a small but powerful team from Bosch and are proud to provide to you our powerful
JSON based testsuites management for large projects and large number of variants.

We hope you like it :slight_smile:

PyPI:
robotframework-testsuitesmanagement

Documentation:
robotframework-testsuitesmanagement documentation

We are looking forward to your feedback and contribution!

1 Like

Additional information:
In the backend we extended JSON to JSONP which allows to

  • import (nested) JSON files
  • use ${variable} syntax to reference already before defined variables
  • use comments
  • use python syntax (True, False, None, …)
  • . (dot) syntax for dictionary objects

This allows common definitions and hierarchical structures for huge projects.

VSCode Plugin for JSONP syntax:
test-fullautomation/vscode-jsonp

1 Like

We provide also a nice tutorial how to use the testuites management
robotframework-tutorial/900_building_testsuites

1 Like

Here you find the rendered Tutorial documentation.