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"]
}
]
}
На этой странице сайта вы можете посмотреть видео онлайн protractor e2e debug in vscode configuration. длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь abhishek Singh 15 Декабрь 2018, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 6,180 раз и оно понравилось 28 зрителям. Приятного просмотра!