Recording of the visual regression run on app.gitmir.com · GitMir — app walkthrough.

In this video· click a step to jump to it

A
Passed

Test recording

GitMir — app walkthrough

120,768 ms · 97,493 pixels changed

We built this regression test for app.gitmir.com — it's yours to keep, free.

Take this test with you

This is a real Playwright test, recorded against app.gitmir.com. Claim it into your own workspace and re-run it on every deploy — free.

export async function test(page, baseUrl, screenshotPath, stepLogger) {
  const shot = (n, slug) => screenshotPath.replace('.png', `-${n}-${slug}.png`);
  const SCROLL_THROUGH = "(async () => { const ease = t => 1 - Math.pow(1 - t, 3); const max = Math.max(0, document.body.scrollHeight - window.innerHeight); if (max < 40) return; const anim = (a, b, ms) => new Promise(res => { const t0 = performance.now(); const step = now => { const p = Math.min(1, (now - t0) / ms); window.scrollTo(0, a + (b - a) * ease(p)); p < 1 ? requestAnimationFrame(step) : res(); }; requestAnimationFrame(step); }); await anim(0, max, 1400); await new Promise(r => setTimeout(r, 350)); await anim(max, 0, 800); })()";
  const SESSION_COOKIES = [
  {
    "name": "lab_session",
    "value": "jrNftfxwdAOYVzWo0CABUrveXB2ixGPyR2J8tTo8-f8",
    "url": "https://app.gitmir.com/"
  }
];
  const SESSION_LS = {};
+243 more lines claim the test to get the full code.

Checks run

Run
Visual
2.86%
Text
DOM
Network
+2392 −0
Console
A11y
A
Perf
URL
Variables
Full report
Log in →
97,493
Diff px
2m 01s
Duration
A
Accessible
WCAG 2.2 · 100
A
Fast
Web Vitals · 100

Notes from the demo run

AI-generated

We drove GitMir end to end on app.gitmir.com: signup with the 6-digit email code, then eleven authenticated surfaces from Overview through Workspaces, Usage, Billing, Products, Market, ICP, Review, Settings and the new-workspace form. The account shell is calm and legible, and the credits model is explained better than most: 'Credits pay for reading your code. Asking is free on every plan' does more work than a pricing table would.

Highlights
  • Credit ledger on day one
    Usage opens with 3,200 credits and an itemised ledger (+3,000 starting, +200 monthly - Free plan) plus a plain-English conversion, 'about 32,000 lines of code'. A new user knows exactly what they hold and what it buys.
  • Trust stated at the empty state
    The connect-repository zero-state leads with 'GitMir keeps its own copy and never writes to your repository.' Putting that at the moment of hesitation, rather than in the docs, is the right place for it.
Friction points
  • /dashboard 404s for a signed-in user
    Signed in, /dashboard returns 'This page is gone or belongs to another team' instead of redirecting to /account. Anyone arriving from a bookmark or a habit hits a dead end - a catch-all redirect to /account is a one-liner.
  • The code step hides its submit
    On the 6-digit code screen the 'Create account' control was not present alongside the code field, so our run stalled there until we retried. Worth checking the button renders (disabled is fine) as soon as the code step appears.

2 visual changes

Step 197,425 px changed
Before
Before
After
After
Diff
Diff
Step 468 px changed
Before
Before
After
After
Diff
Diff

Share this run

Earned · Lastest awards

Proof your app is not AI slop

LASTEST
starter
tests
all passing
a11y
WCAG AA
regressions
0
Badges stay live, ratchet upward, only downgrade on confirmed regression.
56,423 test runs recorded · 962 products tested with Lastest

This test was built for app.gitmir.com — claim it free

One click copies the test and baseline screenshots into your own Lastest workspace. Re-run on every deploy and catch regressions before your users do — free, no card required.