Skip to content

Instantly share code, notes, and snippets.

@gsans
Created June 19, 2018 15:39
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 gsans/6469cf840e51b78d186274281895c2a9 to your computer and use it in GitHub Desktop.
Save gsans/6469cf840e51b78d186274281895c2a9 to your computer and use it in GitHub Desktop.
{
// 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": "node",
"request": "launch",
"name": "Protractor - Suite: reference",
"program": "${workspaceRoot}/node_modules/protractor/bin/protractor",
"args": ["${workspaceRoot}/e2e/protractor.conf.js"]
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment