In this video· click a step to jump to it
Test recording
Dadtive — app walkthrough
50,300 ms · 291,227 pixels changed
We built this regression test for app.dadtive.com — it's yours to keep, free.
Take this test with you
This is a real Playwright test, recorded against app.dadtive.com. 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 + '-' + s + '.png');
const ORIGIN = "https://app.dadtive.com";
const seen = new Set();
let idx = 1, pi = 1;
// Public marketing context (1 shot, pre-login)
await page.goto("https://dadtive.com/", { waitUntil: 'domcontentloaded' }).catch(function(){});
await page.waitForTimeout(1800);
{ const cb = page.getByRole('button', { name: /accept|got it|allow|^ok$/i }).first(); if (await cb.isVisible().catch(function(){return false;})) await cb.click({timeout:1500}).catch(function(){}); }
stepLogger.log('Scenario 1: Public home'); await page.screenshot({ path: shot(idx++, 'public-home'), fullPage: true });
// Authed landing
await page.goto("https://app.dadtive.com/", { waitUntil: 'domcontentloaded' }).catch(function(){});Checks run
Notes from the demo run
AI-generatedDadtive is a week-by-week action app for first-time dads in the UK & Ireland. After a warm, human onboarding ('Has your baby arrived?' -> location -> your name + due date) it drops you into a genuinely personalised home: 'Hey Viktor, 11 weeks to go', a 'This Week' task list, a nudge that older-week tasks are waiting, a 'When to worry' quick guide, and a simple Home / My List / Dad nav. The tone stays calm and supportive throughout, and the cookie notice proudly states essential-cookies-only, no tracking.
- Personalisation lands immediatelyThe home screen greets you by name with a live 'X weeks to go' countdown and a This-Week task list scoped to your due date — the onboarding answers visibly shape the product, which is exactly what keeps a new user engaged.
- Empathetic, low-pressure copy'No tasks scheduled for this week. Enjoy the calm.' is a lovely bit of writing — it reassures rather than nags, which fits an anxious first-time-parent audience perfectly.
- Privacy as a featureEssential-cookies-only, no tracking/advertising — a real trust signal for a family-data product.
- Final onboarding CTA is silently gatedThe 'Let's go' button on the 'Tell us about your baby' step stays inert until both name and due date are filled, with no inline hint about what's missing — easy to get stuck on.
- Passwordless magic-link onlySign-in is magic-link or Google with no password; a dad checking on his phone has to leave for the inbox before getting back in.
11 visual changes
Share this run
Proof your app is not AI slop
This test was built for app.dadtive.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.
































