angular-ngrx-material-starter
angular-ngrx-material-starter copied to clipboard
debug protractor
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.
Can you elaborate? Trying to debug protractor? Are aware that protractor is an E2E test suite? So it is used to test your application
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).