test-fullautomation / robotframework-testsuitesmanagement

Apache License 2.0
4 stars 2 forks source link

Adaption of class description needed #292

Open HolQue opened 3 months ago

HolQue commented 3 months ago

The docstring of classCConfig() still contains three-dots examples like:

"default": {
   "name": "robot_config.jsonp",
   "path": ".../config/"
},

This needs to be reworked because the three-dots syntax is not supported any more inside variant configuration files.

See also: https://github.com/test-fullautomation/robotframework-testsuitesmanagement/issues/46#issuecomment-2175678948

Using the three-dots syntax inside variant configuration files causes an error message:

[ ERROR ] Did not find configuration file: 'C:/workplace/ROBFW/TestTestcases/RobotFramework/config/.../testconfig.json'!