@hackage webdriver-angular0.1.11

Webdriver actions to assist with testing a webpage which uses Angular.Js

For end to end testing of web applications from Haskell, the webdriver package is a great tool but does not provide specific commands to make testing a webpage using AngularJs easier. The protractor project provides Angular-specific webdriver commands but the test code must be written in javascript. This package fills the gap by reusing some of the protractor code to allow end to end tests of Angular applications to be written in Haskell.