Recording of the visual regression run on www.postraid.com · Postraid — app walkthrough.

In this video· click a step to jump to it

W
Passed

Test recording

Postraid — app walkthrough

92,450 ms · 38,816 pixels changed

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

Take this test with you

This is a real Playwright test, recorded against www.postraid.com. Claim it into your own workspace and re-run it on every deploy — free.

export async function test(page, baseUrl, screenshotPath, stepLogger) {
  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 }).catch(() => {});
  for (const pat of [
    '**/cdn-cgi/scripts/**/email-decode.min.js',
    '**/browser.sentry-cdn.com/**',
    '**/cdn.segment.com/**',
    '**/connect.facebook.net/**',
    '**/www.googletagmanager.com/**',
    '**/static.hotjar.com/**',
    '**/*.clarity.ms/**',
  ]) { await page.route(pat, r => r.abort()).catch(() => {}); }
+100 more lines claim the test to get the full code.

Checks run

Run
Visual
100.00%
Text
DOM
Network
+336 −336
Console
A11y
B
Perf
176 over
URL
Variables
Full report
Log in →
38,816
Diff px
1m 32s
Duration
B
Accessible
WCAG 2.2 · 88
C
Fast
Web Vitals · 70

Notes from the demo run

AI-generated

We signed in with Google, gave Postraid a URL, and let it build a brand profile and a first content batch, then swiped through the raid keeping and skipping pieces. The onboarding is the strongest part: one URL in, and roughly ninety seconds later there were fifteen ready posts plus a brand profile with four weighted customer segments and three named competitors already filled in. Most tools in this space would have made us type all of that.

Highlights
  • URL-to-first-batch onboarding
    Paste a website, pick a type, and the product infers positioning, audience segments with percentage weights, competitors and content angles. Time to first real artifact was about 90 seconds, which is unusually fast for this category.
  • The swipe review is the right primitive
    Keep/Skip on one card at a time with a running 1/15 counter makes reviewing a batch feel finishable, and kept pieces land in the Content Library immediately.
  • Generated copy was on-topic
    The influencer-video script referenced automated testing catching UI issues before they reach users, which is genuinely what the source site sells. The inference held up rather than producing generic filler.
Friction points
  • Sidebar routes 404 on direct navigation
    Every nav item lives under /dashboard/* but the bare paths (/raids, /library, /settings, /analytics) return 'This page could not be found'. Anyone deep-linking from a doc, a teammate or a bookmark hits a hard 404. A catch-all redirect is a small fix.
  • Quickstart cannot be completed on a trial
    The 0/4 Quickstart asks you to connect an account and make your first post, but both need a live social connection, so the checklist sits at 0/4 through the whole trial. Consider marking those two as optional so the card can reach done.

2 visual changes

Step 54 px changed
Before
Before
After
After
Diff
Diff
Step 638,812 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,753 test runs recorded · 1,006 products tested with Lastest

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