
A question for you all: what would be a good name for a Haskell version of Ruby's Capybara web testing framework? I'm about to start hacking on some better web testing tools for Haskell, but I'm afraid I'm terrible at coming up with concise, revealing names for things. Any suggestions would be very welcome! -Charles

hcapybara webtestthingy toomuchDOMTest nodeHS.js -- powered by ghcjs i kid i kid (been a long day hacking) honestly, make up a dumb name, then ask for feedback after its ready for use by others, but before you push to hackage! :) -Carter On Fri, Mar 28, 2014 at 1:23 AM, Charles Strahan < charles.c.strahan@gmail.com> wrote:
A question for you all: what would be a good name for a Haskell version of Ruby's Capybara web testing framework?
I'm about to start hacking on some better web testing tools for Haskell, but I'm afraid I'm terrible at coming up with concise, revealing names for things.
Any suggestions would be very welcome!
-Charles
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

happybara
On Fri, Mar 28, 2014 at 4:30 PM, Carter Schonwald
hcapybara
webtestthingy
toomuchDOMTest
nodeHS.js -- powered by ghcjs
i kid i kid (been a long day hacking)
honestly, make up a dumb name, then ask for feedback after its ready for use by others, but before you push to hackage!
:) -Carter
On Fri, Mar 28, 2014 at 1:23 AM, Charles Strahan
wrote: A question for you all: what would be a good name for a Haskell version of Ruby's Capybara web testing framework?
I'm about to start hacking on some better web testing tools for Haskell, but I'm afraid I'm terrible at coming up with concise, revealing names for things.
Any suggestions would be very welcome!
-Charles
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

I second happybara.
On Thu, Mar 27, 2014 at 10:34 PM, Lyndon Maydwell
happybara
On Fri, Mar 28, 2014 at 4:30 PM, Carter Schonwald
wrote: hcapybara
webtestthingy
toomuchDOMTest
nodeHS.js -- powered by ghcjs
i kid i kid (been a long day hacking)
honestly, make up a dumb name, then ask for feedback after its ready for use by others, but before you push to hackage!
:) -Carter
On Fri, Mar 28, 2014 at 1:23 AM, Charles Strahan
wrote: A question for you all: what would be a good name for a Haskell version
of
Ruby's Capybara web testing framework?
I'm about to start hacking on some better web testing tools for Haskell, but I'm afraid I'm terrible at coming up with concise, revealing names for things.
Any suggestions would be very welcome!
-Charles
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Ha! I considered Hapybara/Happybara, but thought the cheese factor might have been to high. Looks like I'll probably go with the latter :). Thanks! -Charles On Fri, Mar 28, 2014 at 2:36 AM, Curtis Gagliardi < gagliardi.curtis@gmail.com> wrote:
I second happybara.
On Thu, Mar 27, 2014 at 10:34 PM, Lyndon Maydwell
wrote: happybara
On Fri, Mar 28, 2014 at 4:30 PM, Carter Schonwald
wrote: hcapybara
webtestthingy
toomuchDOMTest
nodeHS.js -- powered by ghcjs
i kid i kid (been a long day hacking)
honestly, make up a dumb name, then ask for feedback after its ready for use by others, but before you push to hackage!
:) -Carter
On Fri, Mar 28, 2014 at 1:23 AM, Charles Strahan
wrote: A question for you all: what would be a good name for a Haskell
version of
Ruby's Capybara web testing framework?
I'm about to start hacking on some better web testing tools for Haskell, but I'm afraid I'm terrible at coming up with concise, revealing names for things.
Any suggestions would be very welcome!
-Charles
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

you may be interested in http://hackage.haskell.org/package/http-test. I haven't really announced its existence, but it exists. This only uses http client calls and doesn't have a DOM/JS interpreter - I'd be very interested in having this in Haskell, a lot of the existing tools are extremely poor (e.g. fails 20% of the time for no good reason and thus useless as acceptance tests.) Tom On Fri, Mar 28, 2014 at 5:23 AM, Charles Strahan < charles.c.strahan@gmail.com> wrote:
A question for you all: what would be a good name for a Haskell version of Ruby's Capybara web testing framework?
I'm about to start hacking on some better web testing tools for Haskell, but I'm afraid I'm terrible at coming up with concise, revealing names for things.
Any suggestions would be very welcome!
-Charles
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

On 03/28/2014 01:23 AM, Charles Strahan wrote:
A question for you all: what would be a good name for a Haskell version of Ruby's Capybara web testing framework?
The scientific name for the capybara is "hydrochoerus hydrochaeris." That's TWO names that start with 'h'. Basically twice as many as one.
participants (6)
-
Carter Schonwald
-
Charles Strahan
-
Curtis Gagliardi
-
Lyndon Maydwell
-
Michael Orlitzky
-
Tom Nielsen