How to debug protractor in VS CODE?
问题 I'm trying to debug protractor test script but I'm not able to find good source to understand how to debug, can any one suggest me few best sites to refer and how many ways can we debug the protractor test script. 回答1: you have 2 best ways. Method A: 1) Configure VSCode. This is my launch configuration: (change the folder path and files as needed). { "version": "0.2.0", "configurations": [ { "name": "Launch Backoffice", "type": "node", "request": "launch", "program": "${workspaceRoot}/node