Created
September 7, 2019 17:43
-
-
Save thekarel/fd6278679da11763457ef2f45cd7b3b6 to your computer and use it in GitHub Desktop.
Debug Cucumber tests
This file contains hidden or 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
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"type": "node", | |
"request": "launch", | |
"name": "Cucumber", | |
"program": "${workspaceRoot}/node_modules/.bin/cucumber-js", | |
"args": [], | |
"internalConsoleOptions": "openOnSessionStart", | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment