Blog
Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.
Speed Up Your Rails Test Suite By 6% In 1 Line
At one project we have a set of currently 3k+ tests, running more than 2 minutes. Most of the test...
Pay Attention to Method Names in Minitest::Unit
**TL,DR: *don’t define any methods with names name, message, time, pass in Minitest::Unit test...
Improving Ruby on Rails Test Suite Performance by Disabling Animations
Have you ever encountered random failing tests using the Ruby on Rails system tests? If so, you may...
Optimize your Chrome options for testing to get x1.25 impact
🚀 Increase Browser Test Speed with Chrome Options Optimization 🚀 Are you looking to supercharge your...
Onboarding Tests into Legacy Project
What solution should you apply to get the first results in a short time in the legacy project? What...
Test Driven Thinking for Solving Common Ruby Pitfalls
Comrade! Our Great Leader requests a web-service for his Despotic Duties! He has chosen you for...
Mock Everything Is a Good Way to Sink
Have you found a lot of code with mocks and stubs? But how do you feel about it? When I see...
Running tests in containers with docker-compose
The main advantages of this way are to have independent environment for the tests running...
Migrate from Sidekiq to Sidekiq.cr in Rails application
Where is it better to start the Sidekiq jobs transition from Ruby to Crystal in order to...
Tips for writing readable system tests in Rails
Want to make system tests easy to main tain? We have selected some best practice tips to...