robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
168 stars 13 forks source link

[ENHANCEMENT] add testname and suitename to launch config #190

Open d-biehl opened 6 months ago

d-biehl commented 6 months ago

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"]
},