Recording of the visual regression run on www.meteorra.ai · Meteorra AI — app walkthrough.

In this video· click a step to jump to it

W
Passed

Test recording

Meteorra AI — app walkthrough

49,993 ms · 0 pixels changed · matches baseline

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

Take this test with you

This is a real Playwright test, recorded against www.meteorra.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+'-'+(String(s).replace(/[^a-z0-9]+/gi,'-').replace(/^-|-$/g,'').toLowerCase().slice(0,22)||'view')+'.png');
  let idx=1, post=0;
  const cap=async(s,full)=>{ stepLogger.log('Scenario '+idx+': '+s); await page.screenshot({path:shot(idx,s),fullPage:full!==false}); idx++; };
  const ORIGIN='https://www.meteorra.ai';
  await page.goto(ORIGIN+'/',{waitUntil:'domcontentloaded'}).catch(function(){}); await page.waitForLoadState('networkidle',{timeout:7000}).catch(function(){}); await page.waitForTimeout(2500); await cap('home'); post++;
  // generate form with the Lastest content idea typed in
  await page.goto(ORIGIN+'/generate',{waitUntil:'domcontentloaded'}).catch(function(){}); await page.waitForLoadState('networkidle',{timeout:7000}).catch(function(){}); await page.waitForTimeout(2500);
  const ta=page.locator('textarea').first(); await ta.click().catch(function(){}); await ta.fill('Lastest: AI-powered visual regression testing for web apps that catches UI bugs before you deploy').catch(function(){});
  await page.waitForTimeout(600); await cap('lastest-idea-typed'); post++;
  // History — the generated Lastest results
  await page.goto(ORIGIN+'/history',{waitUntil:'domcontentloaded'}).catch(function(){}); await page.waitForLoadState('networkidle',{timeout:8000}).catch(function(){}); await page.waitForTimeout(3000); await cap('history-lastest-results'); post++;
+10 more lines claim the test to get the full code.

Checks run

Run
Visual
Text
DOM
Network
+30 −10
Console
A11y
A
Perf
260 over
URL
Variables
Full report
Log in →
0
Diff px
50s
Duration
A
Accessible
WCAG 2.2 · 95
Review
Fast
Web Vitals

Notes from the demo run

AI-generated

Meteorra positions itself as an 'AI growth copilot for creators' — the hero tool turns a one-line content idea into discovery-optimised metadata, backed by a YouTube analyser, a creator-pack history, and a creator-economy statistics page. The example-idea chips ('Quick 15 minute dinner recipes', 'Relaxing ASMR sounds for sleep') are a smart way to get a hesitant creator to their first result.

Highlights
  • Example chips beat the blank page
    The generate screen seeds the input with one-tap example ideas, so a new creator sees a real result in seconds instead of staring at an empty textarea.
  • More than a one-trick tool
    Beyond the core generator, the authenticated surface includes a YouTube video analyser, a saved 'Creator Pack History', and a Creator Statistics 2026 reference page — it reads like a suite, not a single utility.
Friction points
  • Free generations gate quickly to Pro
    The generate and analyse actions surface 'Upgrade to continue' / 'Upgrade to Pro' early, so an evaluator hits the paywall before fully feeling the value. Worth letting the first generation always complete.

Share this run

Earned · Lastest awards

Proof your app is not AI slop

LASTEST
bronze
tests
all passing
regressions
0
Badges stay live, ratchet upward, only downgrade on confirmed regression.
56,354 test runs recorded · 943 products tested with Lastest

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