Recording of the visual regression run on app.reachvo.ai · Reachvo — app walkthrough.

In this video· click a step to jump to it

A
Passed

Test recording

Reachvo — app walkthrough

109,423 ms · 32,579 pixels changed

We built this regression test for app.reachvo.ai — it's yours to keep, free.

Take this test with you

This is a real Playwright test, recorded against app.reachvo.ai. 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 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, 1200); await new Promise(r => setTimeout(r, 300)); await anim(max, 0, 700); })()";

  await page.context().setExtraHTTPHeaders({ 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/154.0.0.0 Safari/537.36' });
  const noise = ['**/cdn-cgi/scripts/**/email-decode.min.js', '**/sentry-cdn.com/**', '**/browser.sentry-cdn.com/**', '**/cdn.segment.com/**', '**/connect.facebook.net/**', '**/www.googletagmanager.com/**'];
  for (const pattern of noise) {
    await page.route(pattern, function (r) { return r.abort(); }).catch(function () {});
  }

  // ── Post-login landing: assert the replayed session actually authenticated ──
  await page.goto(baseUrl + '/en/dashboard', { waitUntil: 'domcontentloaded' });
+91 more lines claim the test to get the full code.

Checks run

Run
Visual
18.96%
Text
DOM
Network
+117 −117
Console
A11y
A
Perf
559 over
URL
Variables
Full report
Log in →
32,579
Diff px
1m 49s
Duration
A
Accessible
WCAG 2.2 · 90
Review
Fast
Web Vitals

Notes from the demo run

AI-generated

We signed into Reachvo with a fresh trial account and drove the workspace end to end: dashboard, Contacts, Companies, Segments, Outreach, Content Studio, Viral Finder, Deals, Analytics and prospect search. For a platform this broad the shell is impressively coherent, every section carries a real empty state that tells a new operator what to do next rather than dumping them into a blank grid. Two things got in the way of a clean first run, both fixable.

Highlights
  • Empty states that actually coach
    Your dashboard's 'Nothing needs your attention' and 'No suggestions yet, once your campaigns have enough activity opportunities show up here' explain the product's logic instead of just saying no data. That is rare and it lands.
  • One shell, nine surfaces
    Prospects, Campaigns, Content, Sales Pipeline and Insights all live in one sidebar with consistent headers. Navigating between Contacts, Content Studio and Deals never felt like changing products.
  • Trial reaches the real workspace
    Skip to Trial drops you straight into the full dashboard with 200 AI credits, not a stripped demo. An evaluator can judge the actual product in the first minute.
Friction points
  • Content Studio calendar errors on a fresh account
    On our very first visit to Content Studio the calendar rendered a red 'Unable to load some calendar data. Please try again.' banner before we had connected anything. A brand-new account has no calendar to load, so this reads as broken rather than empty. Worth returning the empty case as a normal empty state instead of an error.
  • Paywall sits between signup and the product
    After email verification the flow lands on Select Your Reachvo Plan, and 'Skip to Trial' is a small link above the pricing tiers. Making the trial the primary button would get more evaluators into the workspace they just verified an email for.

10 visual changes

Step 2356 px changed
Before
Before
After
After
Diff
Diff
Step 3343 px changed
Before
Before
After
After
Diff
Diff
Step 4106 px changed
Before
Before
After
After
Diff
Diff
Step 5356 px changed
Before
Before
After
After
Diff
Diff
Step 629,522 px changed
Before
Before
After
After
Diff
Diff
Step 8339 px changed
Before
Before
After
After
Diff
Diff
Step 10163 px changed
Before
Before
After
After
Diff
Diff
Step 11613 px changed
Before
Before
After
After
Diff
Diff
Step 12426 px changed
Before
Before
After
After
Diff
Diff
Step 13355 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 app.reachvo.ai — 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.