angular-ngrx-material-starter icon indicating copy to clipboard operation
angular-ngrx-material-starter copied to clipboard

debug protractor

Open clembo590 opened this issue 5 years ago • 2 comments

Hello. I have spend my entire day trying to launch the protractor test in "debug". ideally I would like to debug it from visual studio but I did not manage. I tried both ways from the accepted answer on stackoverflow: https://stackoverflow.com/questions/54016095/how-to-debug-protractor-in-vs-code I also looked at this video: https://www.youtube.com/watch?v=6aPfHrSl0Qk&t=1208s

I really lost my day today... Any help would be really appreciated.

clembo590 avatar Nov 02 '19 19:11 clembo590

Can you elaborate? Trying to debug protractor? Are aware that protractor is an E2E test suite? So it is used to test your application

kasparov112000 avatar Nov 16 '19 13:11 kasparov112000

Can you elaborate? Trying to debug protractor? Are aware that protractor is an E2E test suite? So it is used to test your application

looking at stackoverflow link poster linked, i think he mean launching debugger on protractor app's code itself (i.e. the /e2e directory in the repo).

netalex avatar Feb 10 '20 10:02 netalex