protractor e2e debug in vscode configuration.

Published: 15 December 2018
on channel: abhishek Singh
6,180
28

I this Videos you will know how to debug e2e test cases in Vscode for that am providing you a configuration which you need to put in launch.json file in .vscode folder in current workspace.


{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?link...
"version": "0.2.0",
"configurations": [
{
"name": "ng e2e",
"type": "node",
"request": "launch",
"program": "${workspaceFolder}/node_modules/protractor/bin/protractor",
"protocol": "inspector",
"args": ["${workspaceRoot}/protractor.conf.js"]
}
]
}


On this page of the site you can watch the video online protractor e2e debug in vscode configuration. with a duration of hours minute second in good quality, which was uploaded by the user abhishek Singh 15 December 2018, share the link with friends and acquaintances, this video has already been watched 6,180 times on youtube and it was liked by 28 viewers. Enjoy your viewing!