I recently enjoyed debugging a Cucumber step that tried to be retryable using a patiently block: Then /^"([^"]*)" should( not)? be...
You probably know about the possibility to tag scenarios in Cucumber to run your own piece of code before the...
Imagine you want to write a cucumber test for a user-to-user chat. To do this, you need the...
When testing with Cucumber / Caypbara, iframes are ignored, so you can't interact with them. To interact with your iframe...
Most of these will not work in newer projects because these use the Capybara/Rack::Test combo in lieu of Webrat...
A flaky test is a test that is often green, but sometimes red. It may only fail on some PCs...
webpack is a very powerful asset bundler written in node.js to bundle (ES6) JavaScript modules, stylesheets, images, and other assets...
As we are slowly switching from Cucumber scenarios to RSpec feature specs, you might be tempted to write assertions like...
Geordi 1.0 features a command line application geordi, that holds most of Geordi's previous commands. New features
Best results in other decks
Here is an update from the original card to support Capybara's within method. The original card always looked thru...
Sublime Text 2 doesn't have out of the box support for cucumber and package control doesn't provide anything...