Created
May 24, 2020 11:30
-
-
Save octoberrust/d9a6ade27ee04adad82ce1e25d840351 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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