protractor e2e debug in vscode configuration.

Publicado el: 15 diciembre 2018
en el canal de: 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"]
}
]
}


En esta página del sitio puede ver el video en línea protractor e2e debug in vscode configuration. de Duración hora minuto segunda en buena calidad , que subió el usuario abhishek Singh 15 diciembre 2018, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 6,180 veces y le gustó 28 a los espectadores. Disfruta viendo!