In this video· click a step to jump to it
Test recording
Billixi — seller workspace walkthrough
49,429 ms · 0 pixels changed · matches baseline
We built this regression test for billixi.com — it's yours to keep, free.
Take this test with you
This is a real Playwright test, recorded against billixi.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' });
await page.route('**/cdn-cgi/scripts/**', function (r) { r.abort(); }).catch(function () {});
await page.route('**/connect.facebook.net/**', function (r) { r.abort(); }).catch(function () {});
// ─── Scenario 1: public marketplace home (context) ────────────────────────
stepLogger.log('Scenario 1: Public marketplace');
await page.goto(baseUrl + '/', { waitUntil: 'domcontentloaded' });
await page.waitForLoadState('networkidle', { timeout: 4000 }).catch(function () {});Checks run
Notes from the demo run
AI-generatedWe created a Billixi seller account with Google and drove the workspace: Overview business pulse (switching the range to 90D), Products with the Create-product menu, type filters and search, My Library, notification Preferences and Account Settings. Sign-up to seller dashboard was one click with no onboarding wall - a genuinely good default. The account area is the most finished part: security posture (password, 2FA/OTP) and profile management are laid out as first-class cards rather than buried in a settings list.
- Google sign-up drops you straight into the workspaceNo onboarding wizard, no "tell us about your business" gate - OAuth completes and /dashboard/products renders. Most marketplaces put three screens between sign-up and the product list.
- Security posture is surfaced, not buriedAccount Settings shows Password and Two-factor authentication as their own cards with one-line explanations, next to profile management. For a product that will hold payouts, putting 2FA on the first settings screen is the right call.
- Notification preferences are modelled as event rulesPreferences frames alerts as rules that fan out across every compatible channel (5 active alerts) instead of a wall of per-channel checkboxes.
- Create product only filters the empty listThe primary CTA on /dashboard/products opens a menu with Digital file / License key / Membership, but choosing one sets ?kind=digital on the (empty) product list rather than opening a creation form - so a brand-new seller cannot create their first product from the button that exists to do it. The empty state's own "Create a digital product" copy has the same dead end.
- Business pulse empty state hides what will be measured/dashboard/overview renders one info bar and nothing else. Showing the metric tiles at zero (revenue, orders, conversion) the way your own Analytics-style empty states do would tell a new seller what Billixi will track before they have any data.
- Stripe / payout onboarding·Demo runs never reach a paid or KYC flow
Share this run
Proof your app is not AI slop
This test was built for billixi.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.