Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prescod/80d44533d7f7336d43a90d39977b1311 to your computer and use it in GitHub Desktop.
Save prescod/80d44533d7f7336d43a90d39977b1311 to your computer and use it in GitHub Desktop.
{
"name": "Python: CCI",
"type": "python",
"request": "launch",
"program": "/path/to/virtualenv/bin/cci",
"console": "integratedTerminal",
"pythonPath": "/path/to/virtualenv/bin/python",
"args": ["task", "run", "robot",
"-o", "suites", "./cumulusci/robotframework/tests/salesforce/api.robot"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment