
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

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
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@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (2)
-
Charles Strahan
-
Thomas DuBuisson