Recording of the visual regression run on smarterthanai.app · smarterthanai — app walkthrough.

In this video· click a step to jump to it

S
Passed

Test recording

smarterthanai — app walkthrough

93,515 ms · 20,978 pixels changed

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

Take this test with you

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

export async function test(page, baseUrl, screenshotPath, stepLogger) {
  const CFG = {"appEntry":"/fr/campaigns","maxNav":8,"appRoutes":["/fr/campaigns/new","/fr/tests","/fr/themes","/fr/billing","/fr/settings","/fr/formule","/onboarding/welcome"]};
  const shot = (i, s) => screenshotPath.replace('.png', '-' + i + '-' + s + '.png');
  page.setDefaultTimeout(8000);
  const noise = ['**/cdn-cgi/scripts/**/email-decode.min.js','**/browser.sentry-cdn.com/**','**/o.sentry-cdn.com/**','**/cdn.segment.com/**','**/connect.facebook.net/**','**/www.googletagmanager.com/**','**/region1.google-analytics.com/**','**/analytics.google.com/**','**/static.hotjar.com/**','**/*.posthog.com/**'];
  for (const pat of noise) { await page.route(pat, function (r) { r.abort().catch(function(){}); }).catch(function(){}); }
  const guard404 = async function () {
    var t = await page.locator('body').innerText().then(function (x) { return x.slice(0, 400); }).catch(function () { return ''; });
    return /404|page not found|doesn.t exist|lost in|off the trail|cannot get/i.test(t);
  };
  const dismissModal = async function () {
    var d = page.getByRole('button', { name: /not now|maybe later|^skip$|skip for now|dismiss|^close$|no thanks|got it|continue browsing/i }).first();
+146 more lines claim the test to get the full code.

Checks run

Run
Visual
0.42%
Text
DOM
Network
+54 −54
Console
A11y
A
Perf
108 drift
URL
Variables
Full report
Log in →
20,978
Diff px
1m 34s
Duration
A
Accessible
WCAG 2.2 · 100
A
Fast
Web Vitals · 100

Notes from the demo run

AI-generated

Smarter Than AI is a clean recruiting/assessment SaaS (French-first) built on the thesis of evaluating candidates on the things AI can't do well. The free 'Decouverte' plan activates with no card, and the authenticated app is structured around Campaigns and a shared Tests library, with clear org/account/role settings.

Highlights
  • No-card free plan
    The Decouverte tier activates in one click with 'Aucune carte bancaire' - removes the biggest signup drop-off for an evaluation tool.
  • Reusable tests library
    'Tests disponibles' separates the assessment library from individual campaigns, a clean information architecture for repeat hiring.
  • Clear org/role model
    Settings cleanly separates Organisation vs Compte and shows the user's role (Admin), good for team accounts.
Friction points
  • Locale switch mid-signup
    Submitting the EN /signup form bounces to /fr/signup, which can drop a half-filled form; pinning locale before the form would smooth this.
  • PKCE auto-login race
    The email-confirm link lands on /fr?code=... and relies on the SPA exchanging the code; navigating away too quickly leaves you unauthenticated until you log in again.

2 visual changes

Step 110,594 px changed
Before
Before
After
After
Diff
Diff
Step 210,384 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
a11y
WCAG AA
regressions
0
Badges stay live, ratchet upward, only downgrade on confirmed regression.
56,491 test runs recorded · 978 products tested with Lastest

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