angularjs - Quickly access point in UI -


we have quite , extensive wizard ui flow , in order test development changes (e.g.: dom chanes) @ end of flow need go through steps every time since there data dependancy gathered in previous steps.

this tedious, takes lot of time, every time.

have been thinking way of defaulting data still have click buttons a-ync data based on input , press next btn in wizard steps.

using protractor behaviour excellent. have tests set can take point need verify, while developing, in seconds , having (stubbed) data in there.

like hear thoughts on , if such automated protractor way of getting point possible.

edit: why not use protractor test use on test server use locally go through development steps , let stop @ point?

while writing post , re-reading answered in edit protractor. havent tried yet should trick.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -