http-test: Test framework for HTTP APIs

[ bsd3, library, program, test, web ] [ Propose Tags ]

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

Modules

[Last Documentation]

  • Test
    • Test.HTTP

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

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, mtl, tasty, tasty-hunit, text, time, wreq [details]
License BSD-3-Clause
Author OpenBrain Ltd
Maintainer tomn@openbrain.org
Revised Revision 2 made by glutamate at 2014-09-02T10:35:03Z
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 2014-08-30T20:21:34Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables test-http-test-bayeshive
Downloads 11724 total (46 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-13 [all 7 reports]