This document summarizes how Artsy builds and scales a test-driven culture. It discusses how Artsy writes automated tests for models, APIs, and integrations using RSpec, Capybara, and other tools. Artsy has over 5,500 automated tests that run on 6 machines in 1 hour and 22 minutes. The document provides examples of test code and discusses the benefits of a test-driven culture, including increased confidence and reduced stress when developing features. It emphasizes that tests should be a natural, core part of the development process.
Related topics: