http-test: Test framework for HTTP APIs
A simple framework for making assertions about the responses of HTTP servers.
import Test.HTTP import Data.List (isInfixOf) main = defaultMain $ httpTestCase "BayesHive landing page" "https://bayeshive.com" $ do landing <- get "/" assert "Correct blog link" $ "href=\"https://bayeshive.com/blog\"" `isInfixOf` landing loginResult <- postForm "/auth/page/email/login" [("email", "foo"), ("password", "bar")] debug loginResult
Downloads
- http-test-0.2.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.2, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.2.3, 0.2.4, 0.2.5 |
---|---|
Dependencies | aeson, base (>=4 && <5), bytestring, http-client, http-test, lens (>=4.4), lens-aeson, mtl, tasty, tasty-hunit, text, time, wreq (>=0.4) [details] |
License | BSD-3-Clause |
Author | OpenBrain Ltd |
Maintainer | tomn@openbrain.org |
Category | Test, Web |
Home page | https://github.com/openbrainsrc/http-test |
Bug tracker | https://github.com/openbrainsrc/http-test/issues |
Source repo | head: git clone https://github.com/openbrainsrc/http-test |
Uploaded | by glutamate at 2016-03-03T21:21:10Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | test-http-test-bayeshive |
Downloads | 11994 total (35 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-03-03 [all 1 reports] |