tech.botyglot.comSpeed up debugging of feature tests using screen recordingsTesting is an essential part of every software development process. Feature tests, in particular, verify that our system and its features aren't throwing tantrums behind the scenes. However, the task of debugging these feature tests is often like try...Mar 5, 2024·4 min read
tech.dorianlupu.comNew domain for my technical blogHello everyone, I wanted to let you all know that I will be changing the domain name of this technical blog from https://blog.dorianlupu.com to https://tech.dorianlupu.com. The reason for this change is that I have long wanted to start a new blog abo...Jan 2, 2023·1 min read
tech.dorianlupu.comLevel up your Capybara acceptance tests using SitePrismTL;DR If you struggle with maintaining brittle capybara tests that mix high-level verifications with low-level CSS selectors, you should consider using SitePrism, a semantic DSL for describing your web application. You'll never have to hardcode CSS ...Nov 8, 2022·5 min read