Skip to content

Instantly share code, notes, and snippets.

View gxsoft's full-sized avatar

Gabriel Medina gxsoft

View GitHub Profile
@jimpriest
jimpriest / task.json
Created February 10, 2019 18:19
Run Robot Framework tests from VSCode
{
"version": "2.0.0",
"tasks": [
{
"label": "Clean Results",
"type": "shell",
"command": "DEL /F /Q ${workspaceFolder}\\results\\*.*"
},
{
"label": "Run Robot Tests",