happybara: Acceptance test framework for web applications
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- Exposed modules use unallocated top-level names: Happybara
About
Happybara is an acceptance test framework inspired by the popular Ruby library "Capybara". A short example of Happybara's expressive DSL:
visit "http://happybara-is-awesome.com" within $ xpath "//form[@id='vote-for-happybara']" $ do fillIn (fillableField "First Name" [ ]) "Bob" fillIn (fillableField "Last Name" [ ]) "Smith" click $ button "Vote!" [ disabled False ]
Learning Happybara
I would suggest start with these resources (in order):
Happy web testing!
Properties
Versions | 0.0.1, 0.0.1 |
---|---|
Change log | None available |
Dependencies | aeson, base (>=4.6 && <4.7), filepath, http-types, lifted-base, monad-control, mtl, text, time, transformers, transformers-base [details] |
License | MIT |
Copyright | Copyright (c) 2014 Charles Strahan |
Author | Charles Strahan |
Maintainer | charles.c.strahan@gmail.com |
Category | Development |
Home page | https://github.com/cstrahan/happybara |
Uploaded | by cstrahan at 2014-04-14T02:40:00Z |
Modules
- Happybara
- Happybara.Driver
- Happybara.Exceptions
- Happybara.Monad
- Happybara.Query
- Happybara.XPath
Downloads
- happybara-0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees