How to: Execute RSpec in parallel locally
Previous posts were focusing on parallel execution when running the test suite on CI nodes. This time we will see how we can run it locally as well. Read more...
How to: Get most of the database cleaner
The second part from fast and stable test suite series. We will see how various strategies for cleaning the database in tests can speed up test suite even more. Read more...
How to: Road to fast and stable test suite
A beginning of the story on how we speed up test suite in one of the projects at Akelius from one hour to less than 10 minutes. Read more...