The How and Why of End-to-End Testing
Tested codebases are the most signficiant development from Rails and Agile over the last 15 years. End-to-end testing, in particular,…
Achieving Developer Excellence with Automated Testing
Capybara
Tested codebases are the most signficiant development from Rails and Agile over the last 15 years. End-to-end testing, in particular,…
If you’re a Ruby or Rails developer looking for some advice on how to get better at integration testing: congratulations!…
def wait_for_ajax counter = 0 while page.evaluate_script(“typeof($) === ‘undefined'”) counter += 1 print “^” $stdout.flush sleep(0.1) raise “Jquery not initialized…