Recording of the visual regression run on synctom.base44.app · Synctom — app walkthrough.

In this video· click a step to jump to it

S
Passed

Test recording

Synctom — app walkthrough

79,123 ms · 9,108 pixels changed

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

Take this test with you

This is a real Playwright test, recorded against synctom.base44.app. 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,s)=>screenshotPath.replace('.png','-'+n+'-'+(String(s).replace(/[^a-z0-9]+/gi,'-').replace(/^-|-$/g,'').toLowerCase().slice(0,22)||'view')+'.png');
  const ORIGIN=new URL("https://synctom.base44.app/home").origin; const MINPOST=9;
  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" }).catch(function(){});
  let idx=1, post=0;
  const cap=async(s,full)=>{ stepLogger.log('Scenario '+idx+': '+s); await page.screenshot({ path: shot(idx,s), fullPage: full!==false }); idx++; };
  const accept=async()=>{ await page.getByRole('button',{name:/accept all|got it|^accept$|dismiss|^close$|skip|maybe later|not now|^ok$|let me start|show me|continue/i}).first().click({timeout:1500}).catch(function(){}); await page.keyboard.press('Escape').catch(function(){}); };
  const is404=async()=>{ const b=await page.locator('body').innerText().catch(function(){return '';}); return /\b404\b|page not found|page you.{0,6}looking for|doesn.t exist|couldn.t find|lost in the/i.test(b); };
  // 1. Public home
  await page.goto("https://synctom.base44.app/",{waitUntil:'domcontentloaded'}).catch(function(){}); await page.waitForLoadState('networkidle',{timeout:6000}).catch(function(){}); await page.waitForTimeout(1500); await accept(); await cap('home');
  // 2. Post-login dashboard (authed via replayed storage_state)
  await page.goto(APPENTRY="https://synctom.base44.app/home",{waitUntil:'domcontentloaded'}).catch(function(){}); await page.waitForLoadState('networkidle',{timeout:8000}).catch(function(){}); await page.waitForTimeout(2600); await accept(); await page.waitForTimeout(600); await cap('dashboard'); post++;
+34 more lines claim the test to get the full code.

Checks run

Run
Visual
3.26%
Text
DOM
Network
+0 −11
Console
A11y
C
Perf
99 over
URL
Variables
Full report
Log in →
9,108
Diff px
1m 19s
Duration
C
Accessible
WCAG 2.2 · 70
B
Fast
Web Vitals · 85

Notes from the demo run

AI-generated

Synctom ("See Tomorrow First") is a Future Intelligence Network — a prediction-market-style feed where users browse live markets, trending signals and a leaderboard. After email-code signup the authenticated shell is a clean, dark, five-tab workspace (Home, Markets, Trending, Leaderboard, Profile) with individual market detail pages.

Highlights
  • Strong authed shell
    The logged-in experience is a focused tab bar (Home / Markets / Trending / Leaderboard / Profile) — the product's value (live markets) is one tap from landing, not buried.
  • Distinct brand voice
    'See Tomorrow First' + the dark intelligence-network aesthetic gives a memorable identity that stands out from generic SaaS dashboards.
Friction points
  • Landing re-shows 'Sign In' when authed
    Even with a valid session, the marketing root keeps an 'Enter Network' / 'Sign In' CTA, so a returning user can't tell they're already logged in until they click through.
  • Two-step entry
    Reaching the app requires landing -> Enter Network rather than routing an authenticated visitor straight to /home.

3 visual changes

Step 11,994 px changed
Before
Before
After
After
Diff
Diff
Step 23,557 px changed
Before
Before
After
After
Diff
Diff
Step 93,557 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 synctom.base44.app — 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.