Note: While the solution in this card should still work, we prefer another solution now: Hide your Selenium browser window...
Sometimes you need a file of some size (possibly for testing purposes). On Linux, you can use dd to create...
When you generate a URL in a mailer view, ActionMailer will raise an error unless you previously configured it which...
Thunderbird 5 brings a custom chrome on Windows Vista/7 that uses translucent Aero decorations on toolbars and menubars. Here is...
These steps are now part of Spreewald. Since Capybara 0.4.1 a within scope will only look at the first element...
The step definition below allows you to write: Then I should see a link labeled "Foo" But I should not...
If you are exchanging files with a client via Dropbox you do not need to access the Web page every...
A common question in IT departments is whether to provide a capability by building custom software or by buying a...
To test if you can connect to a host using password authentication and explicitly deny public key authentication:
Here is how to switch your Selenium to Chrome: Make sure you've got a recent version of chromedriver in...
If you need Google Chrome to run in English, and your system locale is a non-English one, you have...
My RubyMine (and it seems like many other Java GUI applications) crashes the Compiz window decorator almost every time on...
We recently added custom fields to Highrise which allow you to keep track of extra details beyond standard contact information...
Because your examples should not change global state, you should not need to care about the order in which RSpec...
geordi, our collection of awesome shell scripts, has been extended by three scripts to help you call RSpec or Cucumber...
When using the resource_controller gem you often hook onto events like this: update.before do do_something end
When your cucumber features grow massively over time, the test execution can take a lot of time.
Wrapping a string in this class gives you a prettier way to test for equality.
This is an awful way to test whether a number is shown on the screen: Then I should see "5...
Capybara allows you to select DOM elements, e.g. by using field, find_field(...) or field_labeled(...): role_select = field_labeled...
Sometimes PDF cucumber tests fail at the first test run and succeed at the second run. You can fix this...
When you want to quickly boot from a drive or image in a virtual machine you do not need to...
If you want to play music or sounds from a browser, your choice is to use either Flash or the...
User Stories should describe what a user wants the system to do. Purely technical tasks should usually be implemented as...