Recording of the visual regression run on wavefastingdiet.com · Wave-Fasting Diet — app walkthrough.

In this video· click a step to jump to it

W
Passed

Test recording

Wave-Fasting Diet — app walkthrough

58,481 ms · 10,811 pixels changed

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

Take this test with you

This is a real Playwright test, recorded against wavefastingdiet.com. Claim it into your own workspace and re-run it on every deploy — free.

export async function test(page, baseUrl, screenshotPath, stepLogger) {
  const O = 'https://wavefastingdiet.com';
  let idx = 1;
  function shot(s) { return screenshotPath.replace('.png', '-' + idx + '-' + String(s).replace(/[^a-z0-9]+/gi, '-').toLowerCase().slice(0, 24) + '.png'); }
  async function cap(s) { stepLogger.log('Scenario ' + idx + ': ' + s); await page.screenshot({ path: shot(s), fullPage: true }); idx++; }
  async function settle(ms) { await page.waitForLoadState('networkidle', { timeout: 7000 }).catch(function(){}); await page.waitForTimeout(ms || 1500); }
  // 1. public home
  await page.goto(O + '/', { waitUntil: 'domcontentloaded' }).catch(function(){}); await settle(1500); await cap('home');
  // 2. onboarding start
  await page.goto(O + '/Onboarding', { waitUntil: 'domcontentloaded' }).catch(function(){}); await settle(1800); await cap('onboarding-welcome');
  // 3. complete onboarding: select an option each step (if present), then advance
  for (let i = 0; i < 14 && /onboarding/i.test(page.url()); i++) {
+39 more lines claim the test to get the full code.

Checks run

Run
Visual
43.93%
Text
DOM
Network
Console
A11y
Review
Perf
60 over
URL
Variables
Full report
Log in →
10,811
Diff px
58s
Duration
Review
Accessible
WCAG 2.2
A
Fast
Web Vitals · 100

Notes from the demo run

AI-generated

Wave-Fasting Diet reframes fasting as 'eating in rhythm' rather than restriction. The authenticated app is a calm, emoji-forward daily companion: a Home rhythm view, a Journal ('your story, unfolding'), a Progress / weekly check-in, and an Onboarding that teaches the 'four waves' model. The tone is deliberately anti-streak, anti-shame.

Highlights
  • Distinctive anti-diet positioning
    'No counting. No shaming. No streaks to break.' is a sharp, opinionated stance that differentiates it from every macro-tracker — the copy alone earns trust.
  • Journaling as the core loop
    Making the Journal ('your story, unfolding') a first-class authed surface, not an afterthought, fits the reflective brand and gives a reason to return daily.
Friction points
  • Onboarding gates the first session
    Post-signup drops into a multi-step 'four waves' Onboarding wizard before the Home view; a 'skip for now' would let curious users reach the app faster.
  • Inconsistent route casing
    Authed routes are capitalized (/Home, /Journal, /Progress) and some nav labels (e.g. Craving) don't resolve as a direct route — a 404 on a guessed lowercase path is easy to hit.

Visual change

Step 1010,811 px changed
Before
Before
After
After
Diff
Diff

Share this run

Earned · Lastest awards

Proof your app is not AI slop

LASTEST
starter
regressions
0
Badges stay live, ratchet upward, only downgrade on confirmed regression.
56,423 test runs recorded · 962 products tested with Lastest

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