Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Latest commit

 

History

History
311 lines (227 loc) · 13.3 KB

6-ways-to-remove-pain-from-feature-testing-in-ruby-on-rails.org

File metadata and controls

311 lines (227 loc) · 13.3 KB

6 Ways to Remove Pain From Feature Testing in Ruby on Rails

6 Ways to Remove Pain From Feature Testing in Ruby on Rails

WARNING: This is old and likely obsolete.

TL;DR:

  • uninstall Cucumber
  • use Page Objects
  • have useful failure messages
  • embrace asynchronous testing
  • get serious about data building
  • prefer refining existing tests over writing new tests
  • who’s testing your tests?