I have built a custom ui for a json reporter using angular js. the object is manipulated for json storage with node js. is it possible to run a protractor test task from UI(my ui is built with angular) using angular js?
so far, my best solution is to append an empty space to spec file using ng-click and save it using express fs.write then, this fires grunt and runs protractor test.
Do I have any other better option to fire the protractor test using angular?
via apple
No comments:
Post a Comment