In this video· click a step to jump to it
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 = {};
Checks run
Notes from the demo run
AI-generatedWe 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.
- Credit ledger on day oneUsage 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 stateThe 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.
- /dashboard 404s for a signed-in userSigned 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 submitOn 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
Share this run
Proof your app is not AI slop
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.





