(no title)
troglodynellc | 4 years ago
Playwright is just an API for controlling the browser, and appears to be far more powerful in that regard.
Compare the api documentation, and it's not even close: https://docs.cypress.io/api/table-of-contents
troglodynellc | 4 years ago
Playwright is just an API for controlling the browser, and appears to be far more powerful in that regard.
Compare the api documentation, and it's not even close: https://docs.cypress.io/api/table-of-contents
holler|4 years ago
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)
loulouxiv|4 years ago