Artur TrzopinITNEXTPostgres and Redis database connection pool size config for Ruby on Rails appConfiguring the database connections pool for the Rails app might not be a straightforward task for many programmers. There is a constraint…Apr 26, 2021Apr 26, 2021
Artur TrzopinITNEXTCypress browser testing on BitBucket CI pipeline using parallel stepsDo you use BitBucket Pipeline as your CI server? Are you struggling with slow E2E tests in Cypress? Did you know BitBucket Pipeline can run…Apr 13, 2021Apr 13, 2021
Artur TrzopinITNEXTGithub Actions config for Ruby on Rails tests in RSpecAre you thinking about migrating a Ruby on Rails project CI pipeline to Github Actions? You will learn how to configure the Rails app to…Apr 8, 2021Apr 8, 2021
Artur TrzopinITNEXTHow to run parallel tests in Ruby Minitest on Github ActionsHow to run Ruby on Rails tests in Minitest on Github Actions? What to do if tests are slow? How to manage complex workflows? You can use…Apr 4, 2021Apr 4, 2021
Artur TrzopinITNEXTSetup Ruby on Github Actions to cache Ruby gems for Rails projectHow to start CI build faster by loading Ruby gems from cache on Github Actions? You can start running your tests for a Ruby on Rails…Mar 25, 2021Mar 25, 2021
Artur TrzopinITNEXTAuto-scaling RSpec tests on Buildkite CI with parallel jobsIf your RSpec test suite runs for hours, you could shorten that to just minutes with parallel jobs using Buildkite agents. You will learn…Mar 19, 2021Mar 19, 2021
Artur TrzopinITNEXTGithub Actions with Cucumber BDD browser parallel testingCucumber employs Behavior-Driven Development (BDD) for testing your application. This type of test is often time-consuming when running in…Mar 3, 20211Mar 3, 20211
Artur TrzopinITNEXTUseful Heroku add-ons for Ruby on Rails projectAfter working for over 8 years with Heroku and Ruby on Rails projects I have my own favorite set of Heroku add-ons that work great with…Feb 25, 2021Feb 25, 2021
Artur TrzopinITNEXTCircleCI parallel testing RSpec with JUnit XML reports mergedYou will learn how to run RSpec tests for your Ruby on Rails project on CircleCI with parallel jobs to shorten the running time of your CI…Feb 23, 2021Feb 23, 2021
Artur TrzopinITNEXTRun slow RSpec files on Github Actions with parallel jobs using an auto split of the spec file by…Splitting your CI build jobs between multiple machines running in parallel is a great way to make your CI testing fast, which results in…Jun 15, 2020Jun 15, 2020