[Haskell-cafe] Happybara

Thomas DuBuisson thomas.dubuisson at gmail.com
Fri Apr 4 23:54:07 UTC 2014


For other ML readers who, like me, have never heard of <tool> from <community>:

"Capybara helps you test web applications by simulating how a real
user would interact with your app."

https://github.com/jnicklas/capybara

On Fri, Apr 4, 2014 at 3:51 PM, Charles Strahan
<charles.c.strahan at gmail.com> wrote:
> Hey all,
>
> I've started a clone of the popular Ruby project "Capybara". Of course, it
> being written in Haskell, I just had to name it Happybara.
>
> It's in the early stages, but I think it's quickly coming together. Here's
> the mission plan:
>
> - Custom build hook to compile capybara-webkit's webkit_server (DONE)
> - High level interface to webkit_server (DONE)
> - Design Driver type-class, along with monadic DSL class
> - Queries/actions built atop the underlying Driver/DSL
> - Write instances/wrappers for hs-webdriver and others
>
> If you're interested, check out development here:
> https://github.com/cstrahan/happybara
>
>
> Oh, and a personal plug: who's hiring? :)
>
> -Charles
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>


More information about the Haskell-Cafe mailing list