diff --git a/apps/web/components/sections/GeneratorShowcase.tsx b/apps/web/components/sections/GeneratorShowcase.tsx index 7ea7c96..0a0e7d9 100644 --- a/apps/web/components/sections/GeneratorShowcase.tsx +++ b/apps/web/components/sections/GeneratorShowcase.tsx @@ -33,6 +33,10 @@ const features: { title: string; body: string }[] = [ title: 'A real editor, not a dump', body: 'Reorder, relabel, and delete steps, point-and-add assertions, mark secrets as env vars, and switch personalities live.', }, + { + title: 'Run to verify', + body: 'Replay the recording in a fresh window and watch each step pass or fail — confirm it works before you ship, not after.', + }, { title: 'Export clean code', body: 'One click writes a @playwright/test spec or a standalone HumanJS script — the same codegen the library ships.', @@ -53,8 +57,9 @@ export function GeneratorShowcase() {
One command opens a real Chromium window and a local dashboard. As you click, type, scroll, and select, every action streams into a live editor as a step with a - role-first selector — then exports a clean, humanized Playwright test. No code until - you want it. + role-first selector. Hit Run to replay it and + watch every step go green, then export a clean, humanized Playwright test. No code + until you want it.
@@ -129,8 +134,19 @@ export function GeneratorShowcase() { -