Recording of the visual regression run on www.opinix.xyz · Opinix — app walkthrough.

In this video· click a step to jump to it

W
Passed

Test recording

Opinix — app walkthrough

95,056 ms · 34 pixels changed

We built this regression test for www.opinix.xyz — it's yours to keep, free.

Take this test with you

This is a real Playwright test, recorded against www.opinix.xyz. 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, 1200); await new Promise(r => setTimeout(r, 300)); await anim(max, 0, 700); })()";
  const ctx = page.context();

  page.setDefaultTimeout(12000);
  await ctx.setExtraHTTPHeaders({ 'User-Agent': "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" });
  for (const pattern of ['**/cdn-cgi/scripts/**', '**/*sentry-cdn.com/**', '**/cdn.segment.com/**', '**/connect.facebook.net/**', '**/*.doubleclick.net/**', '**/googletagmanager.com/**']) {
    await page.route(pattern, function (r) { r.abort().catch(function () {}); }).catch(function () {});
  }
+147 more lines claim the test to get the full code.

Checks run

Run
Visual
0.01%
Text
DOM
Network
+30 −30
Console
A11y
B
Perf
60 over
URL
290 diverged
Variables
Full report
Log in →
34
Diff px
1m 35s
Duration
B
Accessible
WCAG 2.2 · 87
C
Fast
Web Vitals · 70

Notes from the demo run

AI-generated

We registered a participant account on opinix.xyz and walked the whole signed-in product: Dashboard, Surveys, Tasks, Wallet, Transactions, Referrals, Profile and Settings. The participant shell is complete and consistent, and the referral code, balance cards and withdrawal rules all render correctly on a zero-activity account. One thing blocks the funnel though, and it is in the confirmation email.

Highlights
  • The participant shell is complete
    Eight signed-in routes all render real UI on a brand-new account — Wallet, Transactions and Referrals show proper zero-states with the numbers that will fill in, not placeholders.
  • Withdrawal rules are stated up front
    $10 minimum and the closed withdrawal window are both on the dashboard, so nobody grinds surveys and then discovers the rules.
Friction points
  • The confirmation email links to http://localhost:3000
    Your Supabase confirm link redirects to localhost:3000, so anyone who clicks 'Confirm email address' gets a connection-refused page instead of your app. Set Supabase's Site URL and redirect allow-list to https://www.opinix.xyz — every signup is hitting this right now.
  • The confirmation mail landed in Gmail's Spam folder
    Sent from the raw Supabase domain with no custom sender. Verifying a sending domain (SPF/DKIM) is the fix, and it compounds with the localhost bug above.

Visual change

Step 434 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
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 www.opinix.xyz — 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.