packages feed

hspec-webdriver-0.2.0: hspec-webdriver.cabal

name:              hspec-webdriver
version:           0.2.0
cabal-version:     >= 1.8
build-type:        Simple
synopsis:          Write end2end web application tests using webdriver and hspec
category:          Web
author:            John Lenz <lenz@math.uic.edu>
maintainer:        John Lenz <lenz@math.uic.edu>
license:           MIT
license-file:      LICENSE
homepage:          https://bitbucket.org/wuzzeb/webdriver-utils
stability:         Experimental
description:       For end to end testing of web applications from Haskell, the 
                   <https://hackage.haskell.org/package/webdriver webdriver> package is a great tool but just
                   contains the code to communicate with the browser.  This package integrates webdriver
                   with <http://hspec.github.io hspec>.

extra-source-files: README.md

source-repository head
    type: mercurial
    location: https://bitbucket.org/wuzzeb/webdriver-utils

library
    hs-source-dirs:  .
    exposed-modules:  Test.Hspec.WebDriver
    other-modules: Test.Hspec.WebDriver.Internal
    ghc-options:   -Wall -O2

    build-depends: base                 >= 4          && < 5

                 , HUnit                >= 1.2 && < 1.3
                 , hashable             >= 1.2
                 , hspec                >= 1.8 && < 1.9
                 , lifted-base          >= 0.2
                 , stm                  >= 2.4
                 , text                 >= 0.11
                 , transformers         >= 0.3
                 , unordered-containers >= 0.2
                 , webdriver            >= 0.5  && < 0.6