Recording of the visual regression run on ShareThreado — app walkthrough · ShareThreado — app walkthrough.

In this video· click a step to jump to it

?
Passed

Test recording

ShareThreado — app walkthrough

150,349 ms · 0 pixels changed · matches baseline

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

Take this test with you

This is a real Playwright test, recorded against ShareThreado — app walkthrough. 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 UA = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36";
  await page.context().setExtraHTTPHeaders({ 'User-Agent': UA });
  for (const pattern of ['**/sentry-cdn.com/**', '**/browser.sentry-cdn.com/**', '**/cdn.segment.com/**', '**/connect.facebook.net/**', '**/*.posthog.com/**', '**/googletagmanager.com/**', '**/google-analytics.com/**', '**/*.clarity.ms/**', '**/doubleclick.net/**']) {
    await page.route(pattern, function (r) { r.abort(); }).catch(function () {});
  }
  const dismiss = async function () {
    for (const rx of [/^accept$/i, /accept all/i, /got it/i, /allow all/i, /^ok$/i, /skip for now/i, /maybe later/i, /^later$/i, /not now/i, /^close$/i, /^dismiss$/i]) {
      await page.getByRole('button', { name: rx }).first().click({ timeout: 1200 }).catch(function () {});
    }
+102 more lines claim the test to get the full code.

Checks run

Run
Visual
Text
DOM
Network
+66 −88
Console
A11y
A
Perf
539 drift
URL
Variables
Full report
Log in →
0
Diff px
2m 30s
Duration
A
Accessible
WCAG 2.2 · 95
A
Fast
Web Vitals · 100

Notes from the demo run

AI-generated

We registered a ShareThreado account, landed straight in the feed with no verification wall, and drove the signed-in product: Recent and Popular, drafting in the 'What's new?' composer, expanding a long post, changing page size, paginating, My Posts and the Post composer. The thing that stands out is how little stands between signing up and using it - name, email, password, one terms checkbox, and you are in the feed. For a community product where the first session decides whether someone ever comes back, that is the right trade.

Highlights
  • Signup grants a session immediately
    No 'check your inbox' wall between the register button and the feed. Most of the products we walked this week lose the evaluator at an inbox tab switch; you don't.
  • The feed is real on day one
    27 posts across 3 pages from actual builders, not seed filler. A new visitor sees a community rather than an empty shell, which is the hardest cold-start problem for this category.
  • Page size control on a social feed
    A per-page selector plus numbered pagination is an unusual choice next to infinite scroll, and it makes the feed feel browsable rather than endless.
Friction points
  • /my-posts 404s, the real route is /myPosts
    Your sidebar link works because it uses the camelCase path, but anyone typing or bookmarking the conventional hyphenated URL gets a stark 404 while logged in. A lowercase alias redirect is a one-liner.
  • The session does not refresh
    On a first pass with an hour-old session, the walk was signed in for eight screens and then dropped to 'Welcome Back' mid-navigation - the accessToken appears to expire without the refreshToken being exchanged. Returning users will hit this as a surprise logout.

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,461 test runs recorded · 968 products tested with Lastest

This test was built for ShareThreado — app walkthrough — 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.