In this video· click a step to jump to it
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++;Checks run
Notes from the demo run
AI-generatedMeteorra 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.
- Example chips beat the blank pageThe 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 toolBeyond 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.
- Free generations gate quickly to ProThe 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
Proof your app is not AI slop
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.