armhil / Protractor-Test-Generator

A chrome extension which helps you compose protractor tests.
0 stars 1 forks source link

We should have a way of editing the test of each added event. #9

Open armhil opened 8 years ago

armhil commented 8 years ago

This is a critical and heavy item. We should have an edit button per event displayed, so we can edit the tests on the fly and maybe change them (as a bonus we can try having intellisense / highlighting / syntax check for the newly added stuff)

The example scenario is: you having a changing parameter per request and the template service composing the validation test against the exactly same url, where as say a regex might be better.

armhil commented 8 years ago

https://github.com/vivek3003/ferris-wheel-jquery-plugin

Perhaps create an angular directive based on the above plugin so we can display the menu nicely.