Blog

Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.


Improving Ruby on Rails Test Suite Performance by Disabling Animations

Improving Ruby on Rails Test Suite Performance by Disabling Animations

Optimize your Ruby on Rails testing strategy. Our consulting services show how to enhance test suite performance by disabling animations.
Onboarding Tests into Legacy Project

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

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

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...
Docker Compose Test Setup for Isolated CI Runs

Docker Compose Test Setup for Isolated CI Runs

Run your test suite inside Docker Compose containers for isolated, reproducible CI builds. Includes a reusable Rails setup you can drop into any project.
Migrate from Sidekiq to Sidekiq.cr in Rails application

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

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...
React Native Testing Options Overview

React Native Testing Options Overview

After investigating 100 articles about testing React Native applications I detected 2 main methods of...
What are the steps of an Automation Test Plan?

What are the steps of an Automation Test Plan?

Step 1: Defining the Scope of Automation Here are the things to consider while identifying...
Collecting JavaScript code coverage with Capybara in Ruby on Rails application

Collecting JavaScript code coverage with Capybara in Ruby on Rails application

Having JavaScript code covered by Capybara system tests, can we utilize them for the code...