Hacker News new | ask | show | jobs
by holler 1896 days ago
It looks like Cypress added Firefox & Edge support last year but initially it was just Chrome.

Playwright also has a python version (https://github.com/microsoft/playwright-python)

And I just discovered that they now have a real nifty debugger you can use to inspect/step-through tests as they run (https://playwright.dev/docs/next/debug/#playwright-inspector)

1 comments

They also have a code generator that can record your actions and turn them into scripts