webdriver-angular: Webdriver actions to assist with testing a webpage which uses Angular.Js

[ library, mit, web ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11
Dependencies aeson (>=0.6), base (>=4 && <5), language-javascript (>=0.6 && <0.7), template-haskell (>=0.6), text (>=0.11), transformers (>=0.3), unordered-containers (>=0.2), webdriver (>=0.6 && <0.9) [details]
License MIT
Author John Lenz <lenz@math.uic.edu>
Maintainer John Lenz <lenz@math.uic.edu>
Category Web
Home page https://bitbucket.org/wuzzeb/webdriver-utils
Source repo head: hg clone https://bitbucket.org/wuzzeb/webdriver-utils
Uploaded by JohnLenz at 2016-08-28T21:55:33Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 8429 total (33 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-20 [all 2 reports]

Readme for webdriver-angular-0.1.11

[back to package description]

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.