robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

[ENHANCEMENT] add testname and suitename to launch config

Open d-biehl opened this issue 1 year ago • 0 comments

this should present the -t --test/task and -s --suite command line arguments of robot.

{
    "name": "Regression Tests",
    "type": "robotcode",
    "request": "launch",
    "presentation": {
        "hidden": true
    },
    "purpose": "test-profile",
    "include": ["regression"],
    "testname": ["first test"],
    "suitename": ["demo.suite1.suite2"]
},

d-biehl avatar Jan 07 '24 22:01 d-biehl