Recording of the visual regression run on whizcv.com · WhizCV — app walkthrough.

In this video· click a step to jump to it

W
Passed

Test recording

WhizCV — app walkthrough

108,185 ms · 274,150 pixels changed

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

Take this test with you

This is a real Playwright test, recorded against whizcv.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 = (i, slug) => screenshotPath.replace('.png', '-' + i + '-' + 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 findings = [];
  let actions = 0;
  let idx = 0;

  const APP = "https://app.whizcv.com";
  const LOGIN_URL = "https://app.whizcv.com/login";
  const EMAIL = "[email protected]";
  const PASSWORD = "•••";
+130 more lines claim the test to get the full code.

Checks run

Run
Visual
100.00%
Text
DOM
Network
+272 −272
Console
A11y
A
Perf
128 drift
URL
Variables
Full report
Log in →
274,150
Diff px
1m 48s
Duration
A
Accessible
WCAG 2.2 · 92
A
Fast
Web Vitals · 100

Notes from the demo run

AI-generated

We registered on WhizCV and were dropped straight into the product, no verification wall. Thirteen authenticated routes were reachable on first paint: Career, CVs, Cover Letters, Templates, Sections, Job Applications, Pitches, Interview Questions, Gallery and Files. Treating email confirmation as a dismissible banner rather than a gate is the right call and it shows.

Highlights
  • Signup lands inside the app
    No confirm-your-email wall. The account is live and usable on submit, which is the single biggest conversion lever on a free tool and you already have it.
  • One next action, not a tour
    The 'STEP 2 OF 4 · ABOUT 5 MINUTES' card gives one concrete next thing with a time estimate instead of a modal walkthrough.
  • Deep surface for a free product
    Pitches and Interview Questions alongside the CV builder is more than the landing page promises.
Friction points
  • 'Team features stay locked' doesn't say which
    The confirm-email banner warns features are locked but never names them, so there's no reason to go and verify. Naming one concrete thing would convert that banner.
  • No verification mail to a plus-addressed Gmail
    We registered with a +alias address and nothing arrived in inbox or spam inside about four minutes. If your sender drops or delays plus-aliases you're silently losing the subset of users who use them.

5 visual changes

Step 130,591 px changed
Before
Before
After
After
Diff
Diff
Step 5491 px changed
Before
Before
After
After
Diff
Diff
Step 885,257 px changed
Before
Before
After
After
Diff
Diff
Step 1082,093 px changed
Before
Before
After
After
Diff
Diff
Step 1375,718 px changed
Before
Before
After
After
Diff
Diff

Share this run

Earned · Lastest awards

Proof your app is not AI slop

LASTEST
starter
regressions
0
Badges stay live, ratchet upward, only downgrade on confirmed regression.
56,354 test runs recorded · 943 products tested with Lastest

This test was built for whizcv.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.