Recording of the visual regression run on elvixai.com · ElvixAI — app walkthrough.

In this video· click a step to jump to it

E
Passed

Test recording

ElvixAI — app walkthrough

71,394 ms · 817,372 pixels changed

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

Take this test with you

This is a real Playwright test, recorded against elvixai.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); })()";

  await page.context().setExtraHTTPHeaders({ 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36' });
  for (const pattern of ['**/cdn-cgi/scripts/**/email-decode.min.js', '**/cdn-cgi/scripts/**/cloudflare-static/**', '**/sentry-cdn.com/**', '**/browser.sentry-cdn.com/**', '**/cdn.segment.com/**', '**/connect.facebook.net/**']) {
    await page.route(pattern, r => r.abort()).catch(function () {});
  }

  let n = 0;

  stepLogger.log('Home');
+90 more lines claim the test to get the full code.

Checks run

Run
Visual
86.57%
Text
DOM
Network
+55 −55
Console
A11y
A
Perf
110 over
URL
Variables
Full report
Log in →
817,372
Diff px
1m 11s
Duration
A
Accessible
WCAG 2.2 · 93
Review
Fast
Web Vitals

Notes from the demo run

AI-generated

ElvixAI folds onboarding into the product itself: you paste your site, it detects what you do, generates search keywords, and returns real backlink targets in one flow. The dashboard is a clean dark theme with a clear left rail (Overview, Prospects, Outreach, Backlinks, Workspaces, Settings, API Keys) and a non-nagging 'Getting started 2/4' checklist.

Highlights
  • Analyze-first onboarding
    Pasting lastest.cloud immediately returned a detected description plus search keywords and 58 real backlink targets with DR scores, the value lands before any setup.
  • Getting-started checklist
    The 2/4 progress widget (Add website checked, Find opportunities checked) shows the next action without blocking the app.
Friction points
  • Outreach gated on inbox connect
    Every Outreach tab (Ready/Sent/Replied) shows 'Connect an inbox first', so a new user can't preview what a sent email looks like until they connect Gmail. A sample/preview state would de-risk that step.
  • Signup Turnstile stalls the email form
    The email+password Create-account button stays disabled behind a Cloudflare Turnstile that didn't resolve for us, Google sign-in worked cleanly. Worth watching the Turnstile pass-rate on signup conversions.

Visual change

Step 1817,372 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,491 test runs recorded · 978 products tested with Lastest

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