Monday, September 14, 2020

Visual Studio Robot Framework Debugger launch.json



{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "robot",
            "request": "launch",
            "name": "Robotframework Debugger",
            "program": "${workspaceFolder}/${relativeFile}",
            "WorkingDirectory": "${workspaceFolder}/${relativeFile}",
            "stopOnEntry": false,
            "arguments": "",
            "libraries": [],
            "variables": [
                {
                    "Name": "Variable",
                    "Value": "Value"
                }
            ]
        }
    ]
}

No comments:

Post a Comment

JMeter Simple Controller

  Simple Controller is just a  container  for user request.