Samelogic Logo
ComparePricing

REC #01 · FOR QA TEAMS

Preserve the browser path engineering needs.

Deliberately record the steps, affected element, and selected console or network context. Engineering gets an inspectable replay and a Playwright scaffold to review, complete, and run with the right fixtures and assertions.

Works with · Jira · Linear · Slack · GitHub Actions
acme.com/checkoutREPLAY · 0:08ORDER SUMMARYSAVE20ApplyTotal$48.00Discount silently removed0:08Generated scaffolddiscount-apply.spec.tstest('discount applies', async ({ page }) => { await page.goto('/checkout'); await page.getByRole('textbox').fill('SAVE20'); await page.getByRole('button', { name: 'Apply' }).click(); await expect(page.getByText('$38.40')).toBeVisible();});SELECTOR CANDIDATEbutton.discount-applyreviewAdd fixtures and assertions before runningreview…ready for review