Open HolQue opened 3 months ago
The docstring of classCConfig() still contains three-dots examples like:
CConfig()
"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'!
The docstring of class
CConfig()
still contains three-dots examples like: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'!