protractor e2e debug in vscode configuration.

Publié le: 15 décembre 2018
sur la chaîne: 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"]
}
]
}


Sur cette page du site, vous pouvez voir la vidéo en ligne protractor e2e debug in vscode configuration. durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur abhishek Singh 15 décembre 2018, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 6,180 fois et il a aimé 28 téléspectateurs. Bon visionnage!