Automating Artifact Generation on Capybara(-Webkit) Failures with Autopsy
System tests are a crucial piece of testing any application. I’m a big believer in isolated unit tests as well, but if I had to pick just one kind of test to use, it would be system tests. There is no substitute for actually exercising the full code base from top to bottom. That said, […]