Skip to content

Instantly share code, notes, and snippets.

@octoberrust
Created May 24, 2020 11:30
Show Gist options
  • Save octoberrust/d9a6ade27ee04adad82ce1e25d840351 to your computer and use it in GitHub Desktop.
Save octoberrust/d9a6ade27ee04adad82ce1e25d840351 to your computer and use it in GitHub Desktop.
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"cwd": "${workspaceRoot}",
"program": "${workspaceRoot}/node_modules/protractor/bin/protractor",
"stopOnEntry": false,
"args": [
"${workspaceRoot}/config/config.js"
],
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment