webdriver-angular

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

https://bitbucket.org/wuzzeb/webdriver-utils

LTS Haskell 11.22:0.1.11
Stackage Nightly 2018-03-12:0.1.11
Latest on Hackage:0.1.11

See all snapshots webdriver-angular appears in

MIT licensed and maintained by John Lenz
This version can be pinned in stack with:webdriver-angular-0.1.11@sha256:52c0a0f8da7a5e36979a77516058c49fc02e5f31de969da29274a120381eaab3,2484

Module documentation for 0.1.11

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.