HomeCompaniesMeticulous

Meticulous

Automated e2e screenshot testing without writing or maintaining tests

Meticulous is a tool to automatically catch UI bugs in your web application with zero-effort. Install our JavaScript snippet onto production or staging and dev environments, which records user sessions by collecting clickstream and network data. When you post a pull request, Meticulous selects a subset of sessions which are relevant and simulates these against the frontend of your application. Meticulous takes screenshots at key points and detects any visual differences. It posts those diffs in a comment for you to inspect in a few seconds. This eliminates the setup and maintenance burden of UI testing.

Jobs at Meticulous

London
£70K - £160K GBP
0.10% - 1.00%
3+ years
Meticulous
Founded:2021
Team Size:5
Location:London, United Kingdom

Active Founders

Gabriel Spencer-Harper, Founder

Working on software to catch bugs in web applications with zero-effort from developers. I used to be a software engineer at Opendoor and Dropbox.
Gabriel Spencer-Harper
Gabriel Spencer-Harper
Meticulous

Company Launches

Hey there!

I'm Gabe and I'm super excited to share Meticulous with you today, the easiest way to create end-to-end tests, without writing (or maintaining) any code.

What is Meticulous?

Meticulous is a CLI tool with ‘record’, ‘simulate’ and ‘test’ commands. The record command opens an instrumented browser which records your actions as you interact with your web application. Watch the record command below:

The simulate command re-executes the recorded sequence of actions on a URL of your choice, like localhost . A test consists of a recording ID (which identifies the recording to simulate on the new version of code) and a simulation ID. Tests are defined and maintained in a meticulous.json file. Meticulous takes a visual snapshot at the end of each simulation and a test fails if there is a discrepancy between the two snapshots.

Watch the test command in action below:

What about flows that mutate state?

Imagine a test that simulates a user signing up to your application. You can't sign up twice with the same email address. Traditionally you have two options: 1) Write a mock for the network call 2) Introduce a mechanism for resetting state after each test execution. Meticulous solves this problem by providing an option to automatically mock out all network calls, eliminating the need for either of these approaches. This option should be used if you wish to isolate the frontend.

How can I try this?

Sign up here and try out the product (no credit card required), or check out the docs here.

On a related note, I started offering testing office hours to YC founders. I’d be happy to help you out, even if you’re not a YC founder and it's just to strategize around your testing strategy. Just email gabe with the title ‘Testing office hours request’.