
Introducing pytest-style fixtures into Ruby for smarter browser testing
Why I built another Ruby test runner inspired by Playwright Test Ruby already has great...
Tag archive

Why I built another Ruby test runner inspired by Playwright Test Ruby already has great...

Testes são uma parte fundamental do desenvolvimento de software. Eles nos ajudam a garantir que nosso...
Monkeypatch for profit

Recently, I implemented a couple of ViewComponents to display links to our app in the app stores....
A practical guide to recording and replaying HTTP interactions in Rails tests using VCR and WebMock. Features one-line setup, configuration examples, and best practices for testing external APIs reliably.
Working around a nasty surprise with transactional specs
Today I decided to experiment with skipping navbar rendering in our feature spec suite to reduce CI...
A short how-to for testing file uploads
Writing test code is good form and is obviously always recommended. Writing GOOD test is an...

two tips that help a lot to save time when running test suites on Rails with RSpec. 1....
Today I was working with generating excel files for export and had some trouble with tests - the...