PatrickJS / NG6-todomvc-starter

Basic example of TodoMVC application written with angular and with use of components
https://angularclass.github.io/NG6-todomvc-starter/
MIT License
136 stars 73 forks source link

End to end tests #11

Closed balassy closed 8 years ago

balassy commented 8 years ago

This PR contains basic end-to-end tests using Protractor.

fesor commented 8 years ago

Great work! Thanks!