@hackage hspec-webdriver1.1.0
Write end2end web application tests using webdriver and hspec
Categories
License
MIT
Maintainer
John Lenz <lenz@math.uic.edu>
Links
Versions
Installation
Dependencies (12)
- HUnit >=1.2 && <1.4
- base >=4 && <5
- data-default >=0.5
- hashable >=1.2
- hspec >=2.0 && <2.3
- hspec-core >=2.0 && <2.3 Show all…
Dependents (3)
@hackage/acme-everything, @hackage/webdriver-angular, @hackage/reflex-dom-core
This package integrates hspec with
hs-webdriver, allowing you to write webdriver tests
using hspec. This package contains no code testing the hspec-webdriver package itself. The
webdriver-angular package contains some test code which test both the Angular webdriver commands
in webdriver-angular and some tests of functions in hspec-webdriver.