Debugging protractor tests in Webstorm

preview_player
Показать описание
A demo of how to debug a protractor test in Webstorm
Рекомендации по теме
Комментарии
Автор

Great tutorial, just a quick questions what is the shortcut to include / exclude tests you access in 1:44

franklindner
Автор

Do we have any documentation to run the scripts (angular js application) on a android device, i mean not on the mobile browser, but as an app.

nitinmane
Автор

I get the message reference error describe is not defined.

nikosblendedinvesting
Автор

So if I run the "Run ptor" configuration, everything works as shown in the video. But if hit the debug button, the tests don't appear to run and my breakpoints are never hit. Is there something else we need to do to make debugging possible?

chrismarx
Автор

The tests do run fine when I run them with protractor, I just can't debug

nikosblendedinvesting