In this video· click a step to jump to it
Test recording
ElvixAI — app walkthrough
71,394 ms · 817,372 pixels changed
We built this regression test for elvixai.com — it's yours to keep, free.
Take this test with you
This is a real Playwright test, recorded against elvixai.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, slug) => screenshotPath.replace('.png', `-${n}-${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); })()";
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' });
for (const pattern of ['**/cdn-cgi/scripts/**/email-decode.min.js', '**/cdn-cgi/scripts/**/cloudflare-static/**', '**/sentry-cdn.com/**', '**/browser.sentry-cdn.com/**', '**/cdn.segment.com/**', '**/connect.facebook.net/**']) {
await page.route(pattern, r => r.abort()).catch(function () {});
}
let n = 0;
stepLogger.log('Home');Checks run
Notes from the demo run
AI-generatedElvixAI folds onboarding into the product itself: you paste your site, it detects what you do, generates search keywords, and returns real backlink targets in one flow. The dashboard is a clean dark theme with a clear left rail (Overview, Prospects, Outreach, Backlinks, Workspaces, Settings, API Keys) and a non-nagging 'Getting started 2/4' checklist.
- Analyze-first onboardingPasting lastest.cloud immediately returned a detected description plus search keywords and 58 real backlink targets with DR scores, the value lands before any setup.
- Getting-started checklistThe 2/4 progress widget (Add website checked, Find opportunities checked) shows the next action without blocking the app.
- Outreach gated on inbox connectEvery Outreach tab (Ready/Sent/Replied) shows 'Connect an inbox first', so a new user can't preview what a sent email looks like until they connect Gmail. A sample/preview state would de-risk that step.
- Signup Turnstile stalls the email formThe email+password Create-account button stays disabled behind a Cloudflare Turnstile that didn't resolve for us, Google sign-in worked cleanly. Worth watching the Turnstile pass-rate on signup conversions.
Visual change
Share this run
Proof your app is not AI slop
This test was built for elvixai.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.


