Is there a way to run a Angular E2E test written using protractor slowly so that I can watch what is happening?
Just like George Stocker said in the comment, I don't know why you would want to do this...but you can always add a sleep wherever you want in your test.
browser.sleep(6000);