CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Cant figure out how to use Playwright native visual regression with Gherkin BDD

Open ThomasSanson opened this issue 2 months ago • 0 comments

Hey everyone,

Maybe I am missing something obvious, but I cant find any proper way to use Playwrights native visual regression snapshots with a Gherkin BDD setup. Doc here: https://playwright.dev/docs/test-snapshots

I am running my tests through Gherkin and BDD tooling, and everything works fine except the visual part. I would really prefer to avoid third party plugins and stay fully native with Playwright if possible.

Has anyone already managed to get this working in a clean and reliable way?

Any hint or example would be super appreciated. 😇

ThomasSanson avatar Nov 28 '25 08:11 ThomasSanson