Skip to content

Instantly share code, notes, and snippets.

@thekarel
Created September 7, 2019 17:43
Show Gist options
  • Save thekarel/fd6278679da11763457ef2f45cd7b3b6 to your computer and use it in GitHub Desktop.
Save thekarel/fd6278679da11763457ef2f45cd7b3b6 to your computer and use it in GitHub Desktop.
Debug Cucumber tests
{
"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