In this video· click a step to jump to it
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(() => {}); }Checks run
Notes from the demo run
AI-generatedWe 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.
- URL-to-first-batch onboardingPaste 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 primitiveKeep/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-topicThe 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.
- Sidebar routes 404 on direct navigationEvery 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 trialThe 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
Share this run
Proof your app is not AI slop
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.





