Closed nachocodoner closed 1 year ago
puppeteer v19.x is the latest compatible version with node 14.x (the version Meteor 2.x requires to run)
Any version above will trigger an error on install it.
Also, I used the option required to skip the warning:
Playwright v1.33.x is the latest compatible version with node 14.x (the version Meteor 2.x requires to run).
I also added documentation for this driver usage.
All drivers supported has been reviewed on this PR. This is ready for review and merge.
Nightmare/Electron driver
Nightmare browser driver is working straight with latest version (
^3.0.2
). However, there, was an annoying warning around CSP, which I disabled it, since this is a test environment, not a production one, and we don't need to care about those securities issues.