protractor e2e debug in vscode configuration.

Pubblicato il: 15 dicembre 2018
sul canale di: 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"]
}
]
}


In questa pagina del sito puoi guardare il video online protractor e2e debug in vscode configuration. della durata di ore minuti seconda in buona qualità , che l'utente ha caricato abhishek Singh 15 dicembre 2018, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 6,180 volte e gli è piaciuto 28 spettatori. Buona visione!