Samelogic Logo
ComparePricing

REC #01 · FOR ENGINEERS

Start from the captured browser path.

Inspect the actions, affected element, and selected console or network context before rebuilding the issue from scratch. Then review the generated Playwright scaffold with your own setup, fixtures, and assertions.

Works with · Playwright · GitHub Actions · Jira · Linear
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