Recording of the visual regression run on zoku-app.com · Zoku — app walkthrough.

In this video· click a step to jump to it

Z
Passed

Test recording

Zoku — app walkthrough

57,546 ms · 1,616 pixels changed

We built this regression test for zoku-app.com — it's yours to keep, free.

Take this test with you

This is a real Playwright test, recorded against zoku-app.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 STAMP = Date.now().toString(36).slice(-4).toUpperCase();
  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); })()";
  const GATE = /continue with google|sign in with google|forgot password\?|create your account|check your email/i;
  let postLoginActions = 0;

  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('**/*.posthog.com/**', function (r) { r.abort(); }).catch(function () {});

  // ── Scenario 1: new-project composer on the dashboard ────────────────────
  stepLogger.log('Scenario 1: New project composer');
+114 more lines claim the test to get the full code.

Checks run

Run
Visual
4.38%
Text
DOM
Network
Console
A11y
A
Perf
URL
Variables
Full report
Log in →
1,616
Diff px
58s
Duration
A
Accessible
WCAG 2.2 · 92
A
Fast
Web Vitals · 100

Notes from the demo run

AI-generated

We signed into Zoku with a fresh account and drove your workspace end to end: created a project, wrote a card with an agent prompt, searched and re-sorted the board, added a project note, and opened settings. The dark theme holds up well across every surface and the empty states actually explain the MCP model rather than just saying 'no data'.

Highlights
  • Your empty state teaches the product
    The zero-project dashboard explains the MCP handshake and gives a copy-paste line for the agent chat. Most tools put that in docs nobody opens. It is the strongest thing on your dashboard.
  • Card composer matches the pitch
    Title, description, agent prompt and summary as separate fields makes the human-writes-agent-executes loop obvious the first time you open it. No explanation needed.
  • Signup to first card took under two minutes
    Register, verify by email, create project, create card. No onboarding wizard in the way.
Friction points
  • Cards on the board are not clickable
    Clicking LVQ-1 on the board does nothing, so the agent prompt and summary you typed into the composer cannot be read back afterwards. A click-to-open detail panel would close that loop.
  • Archive sits next to the tab row with no confirmation distance
    The Archive control is one click from Board and Notes and opens 'Archive this project?' straight away. Worth moving it into an overflow menu so it is not adjacent to the everyday tabs.

8 visual changes

Step 320 px changed
Before
Before
After
After
Diff
Diff
Step 420 px changed
Before
Before
After
After
Diff
Diff
Step 5156 px changed
Before
Before
After
After
Diff
Diff
Step 63 px changed
Before
Before
After
After
Diff
Diff
Step 779 px changed
Before
Before
After
After
Diff
Diff
Step 83 px changed
Before
Before
After
After
Diff
Diff
Step 91,311 px changed
Before
Before
After
After
Diff
Diff
Step 1024 px changed
Before
Before
After
After
Diff
Diff

Share this run

Earned · Lastest awards

Proof your app is not AI slop

LASTEST
starter
tests
all passing
regressions
0
Badges stay live, ratchet upward, only downgrade on confirmed regression.
56,846 test runs recorded · 1,040 products tested with Lastest

This test was built for zoku-app.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.