Feature request
Requested on Twitter: https://mobile.twitter.com/eliostruyf/status/1413392602418790401
The ideal would be a test runner
that shows the test progress, and
a separate browser instance.
npx playwright test --debug
Which is a shortcut to
PWDEBUG=1 npx playwright test --workers=1 --headed
But in addition to that,
This basically produces debug experience visually resembling Cypress for those relying only on core testing scenarios.
Feature request
Requested on Twitter: https://mobile.twitter.com/eliostruyf/status/1413392602418790401
npx playwright test --debugWhich is a shortcut to
PWDEBUG=1 npx playwright test --workers=1 --headedBut in addition to that,
This basically produces debug experience visually resembling Cypress for those relying only on core testing scenarios.