Migrating from webrat to Capybara

Preview:

Citation preview

Capybara

WEBRAT

WEBRAT•PRs older than 3 years

WEBRAT•PRs older than 3 years•selectors are kinda funky

WEBRAT•PRs older than 3 years•selectors are kinda funky

IT DOES NOT RUN JAVASCRIPT

Request specs

rack-test webrat matchers

josevalim dchelimsky alindeman

Feature specs

Recap

Recap

•Request specs:

Recap

•Request specs:•inner working of your application

Recap

•Request specs:•inner working of your application•Is it returning the proper http headers?

Recap

•Request specs:•inner working of your application•Is it returning the proper http headers?•Is this route streaming the correct JSON response?

Recap

•Request specs:•inner working of your application•Is it returning the proper http headers?•Is this route streaming the correct JSON response?

•Feature specs:

Recap

•Request specs:•inner working of your application•Is it returning the proper http headers?•Is this route streaming the correct JSON response?

•Feature specs:•user/browser perspective

Thanks!

Recommended