mwrc2009.confreaks.com

BDD/Cucumber talk by Ben Mabey.

makandra dev
haml.hamptoncatlin.com

Sass is a meta-language on top of CSS that‘s used to describe the style of a document cleanly...

themomorohoax.com

Here are eight things my team has found to be true after working with Cucumber for about 6 months.

netalive.org

I brought up the question whether tests should call the translation API when checking for the presence of a string...

github.com

Pure-Ruby alternative to Cucumber.

github.com

Background allows you to add some context to the scenarios in a single feature. A Background is much like a...

agileweboperations.com

If you need big synchronization points, e.g. for big marketing campaigns, you might be better off using an iterative development...

justinfrench.com

Eventually you’ll forget that you used to spend hours testing your code in a browser, and start complaining that...

github.com

Capybara sets up some tags for you to use in Cucumber. Often you’ll want to run only some scenarios...

makandra dev
staringispolite.com

It's about time programming languages understood what the kids are typing these days. So let's start with a...

a.deveria.com

Compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies

slate.com

Now in 2010, the iPad takes the same ideas to their logical extreme. It is a beautiful and nearly perfect...

gem-session.com

I love Cucumber, but I hate writing step definitions. They are ugly, awkward to write and very, very boring: Most...

github.com

Steak is like Cucumber but in plain Ruby.

makandra dev
subfolio.com

Subfolio provides an elegant, practical and customizable web interface to your file system. Super fast to set-up and use...

stackoverflow.com

Seems like there's no way to do it in Capybara, unfortunately. But if you're running your tests with...

css3pie.com

CSS Level 3 brings with it some incredibly powerful styling features. Rounded corners, soft drop shadows, gradient fills, and so...

caniuse.com

Compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies

Best results in other decks

sktthemes.org

WordPress websites have always been a favourite for all types of clients because of its simplicity and easy of use...

def test_autocomplete(field, options = {}) fill_in field, :with => options[:with] page.execute_script("$('##{field}').trigger('focus');") page.execute_script ("$('##{field}').trigger...

Search in all decks