U
Passed

Test recording

ShipReady — app walkthrough

118,210 ms · 0 pixels changed · matches baseline

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

Take this test with you

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

export async function test(page, baseUrl, screenshotPath, stepLogger) {
  const shot = (i, slug) => screenshotPath.replace('.png', '-' + i + '-' + 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); })()";
  const findings = [];
  let actions = 0;

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

  // ─── Replay the pre-registered demo session (captured host-side) ───
+201 more lines claim the test to get the full code.

Checks run

Run
Visual
Text
DOM
Network
+52 −52
Console
A11y
A
Perf
8 over
URL
Variables
Full report
Log in →
0
Diff px
1m 58s
Duration
A
Accessible
WCAG 2.2 · 100
C
Fast
Web Vitals · 70

Notes from the demo run

AI-generated

ShipReady does the thing most scanner products don't: the landing page runs a real scan and shows a real grade before you sign up. Behind auth there's a clean five-route dashboard — Overview, Locked, Ranking, Badges and Pricing — and the public leaderboard is the interesting bit, because it turns a one-off audit into something you come back to. We ran an actual scan from inside the authed dashboard in this recording.

Highlights
  • Value is visible before the signup wall
    The homepage shows a live grade, a risk score and four named findings without an account. That is the right order of operations and it's why we could qualify the product in under a minute.
  • The leaderboard makes scanning repeatable
    'Rank isn't for sale' plus a public board gives people a reason to re-scan after they fix things. Most security scanners are a one-and-done PDF; this is a loop.
  • Free tier is honest about what it withholds
    Critical and high findings in full, medium and low counted but not detailed. Stating the cut precisely beats a vague 'limited results'.
  • Badges tell you the next target
    'Ready to Launch is the first one to aim for: get a project to a score of 80.' A concrete next step in an empty state is better than an empty state.
Friction points
  • Signup asks for a password, then still requires email verification
    You fill email, password and confirm-password, and the reward is a 'Please verify your email before signing in' wall. Doing both a password and a verify round-trip before anyone has scanned anything is the heaviest gate we hit on any product this week — especially when the homepage already proves the product works without an account.
  • The display name is derived from the raw email local-part
    The dashboard greets us as 'Lastestcloud+shipready' — the plus-alias and all. Titlecasing the local part is a reasonable default, but stripping everything from the + onward (and letting people edit it) would avoid the rough edge.

Share this run

Earned · Lastest awards

Proof your app is not AI slop

LASTEST
starter
tests
all passing
a11y
WCAG AA
regressions
0
Badges stay live, ratchet upward, only downgrade on confirmed regression.
56,322 test runs recorded · 941 products tested with Lastest

This test was built for useshipready.dev — 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.