Apply Test Driven Development(TDD) to the process of building container images by defining test before writing code and automate...

We often do some HTTP requests to fetch the data we want to check for certain criteria. Testing this in...

Best results in other decks

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

RSpec examples can get quite long, especially in feature specs. This makes them hard to read & understand. Also, when executing...

Search in all decks