BDD/Cucumber talk by Ben Mabey.
Sass is a meta-language on top of CSS that‘s used to describe the style of a document cleanly...
Here are eight things my team has found to be true after working with Cucumber for about 6 months.
I brought up the question whether tests should call the translation API when checking for the presence of a string...
Pure-Ruby alternative to Cucumber.
Background allows you to add some context to the scenarios in a single feature. A Background is much like a...
If you need big synchronization points, e.g. for big marketing campaigns, you might be better off using an iterative development...
Lots of hidden costs.
Eventually you’ll forget that you used to spend hours testing your code in a browser, and start complaining that...
Capybara sets up some tags for you to use in Cucumber. Often you’ll want to run only some scenarios...
Info on install database_cleaner.
It's about time programming languages understood what the kids are typing these days. So let's start with a...
Compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies
Now in 2010, the iPad takes the same ideas to their logical extreme. It is a beautiful and nearly perfect...
I love Cucumber, but I hate writing step definitions. They are ugly, awkward to write and very, very boring: Most...
Steak is like Cucumber but in plain Ruby.
Subfolio provides an elegant, practical and customizable web interface to your file system. Super fast to set-up and use...
Seems like there's no way to do it in Capybara, unfortunately. But if you're running your tests with...
CSS Level 3 brings with it some incredibly powerful styling features. Rounded corners, soft drop shadows, gradient fills, and so...
Compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies
Best results in other decks
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...