| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sun, 18 Jan 2026 04:16:10 GMT
X-Served-By: cache-dfw-kdal2120094-DFW, cache-bom-vanm7210096-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768709770.121097,VS0,VE774
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
hspec-webdriver: Write end2end web application tests using webdriver and hspec
[Skip to Readme]
hspec-webdriver: Write end2end web application tests using webdriver and hspec
For end to end testing of web applications from Haskell, the webdriver package is a great tool but just contains the code to communicate with the browser. This package integrates webdriver with hspec.
[Skip to Readme]
Downloads
- hspec-webdriver-1.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.3.0, 0.3.1, 0.3.2, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.1.0, 1.2.0, 1.2.1, 1.2.2 |
|---|---|
| Change log | Changelog.md |
| Dependencies | aeson (>=0.8), base (>=4 && <5), data-default (>=0.5), hashable (>=1.2), hspec (>=2.7 && <2.12), hspec-core (>=2.7 && <2.12), HUnit (>=1.2), lifted-base (>=0.2), stm (>=2.4), text (>=0.11), transformers (>=0.3), unordered-containers (>=0.2), webdriver (>=0.6.1) [details] |
| License | MIT |
| Author | John Lenz <lenz@math.uic.edu> |
| Maintainer | John Lenz <lenz@math.uic.edu>, Divam <dfordivam@gmail.com> |
| Uploaded | by dfordivam at 2023-06-15T04:26:50Z |
| Category | Web |
| Home page | https://github.com/dfordivam/hspec-webdriver-clone |
| Source repo | head: git clone https://github.com/dfordivam/hspec-webdriver-clone.git |
| Distributions | LTSHaskell:1.2.2, NixOS:1.2.2 |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 11486 total (66 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs uploaded by user Build status unknown [no reports yet] |
Readme for hspec-webdriver-1.2.2
[back to package description]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.