Skip to content

Instantly share code, notes, and snippets.

@giathinh910
Created May 14, 2020 01:26
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 giathinh910/5c6d55b16010d8eeb41f41dc6e9ea4bf to your computer and use it in GitHub Desktop.
Save giathinh910/5c6d55b16010d8eeb41f41dc6e9ea4bf to your computer and use it in GitHub Desktop.
Attach debugger to protractor and current dev server
{
"version": "0.2.0",
"configurations": [
{
"name": "E2E",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/node_modules/.bin/protractor",
"cwd": "${workspaceRoot}",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"sourceMaps": true,
"protocol": "inspector"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment