You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The puppeteer tests are currently failing on my machine with ERROR: browser is not defined. It's not immediately obvious what the problem is, so I'm taking this as excuse to move to playwright.
Goals:
Cross-browser
Headless
Runs on GitHub Actions
Parallel execution
I could probably make puppeteer do all of that, but I think I can get playwright up and running more quickly.
The text was updated successfully, but these errors were encountered:
The puppeteer tests are currently failing on my machine with
ERROR: browser is not defined
. It's not immediately obvious what the problem is, so I'm taking this as excuse to move to playwright.Goals:
I could probably make puppeteer do all of that, but I think I can get playwright up and running more quickly.
The text was updated successfully, but these errors were encountered: