Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support latest browser versions #53

Conversation

nachocodoner
Copy link
Member

@nachocodoner nachocodoner commented Sep 27, 2023

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.

image

image

@nachocodoner
Copy link
Member Author

Puppeteer driver

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.
image

Also, I used the option required to skip the warning:

image

@nachocodoner
Copy link
Member Author

Playwright driver

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.

image

@nachocodoner nachocodoner marked this pull request as ready for review September 27, 2023 15:32
@nachocodoner
Copy link
Member Author

All drivers supported has been reviewed on this PR. This is ready for review and merge.

Copy link
Member

@StorytellerCZ StorytellerCZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job @nachocodoner, thanks a lot!
I will merge and release this as a patch release.

I think we can also start a new branch for Meteor 3.

@StorytellerCZ StorytellerCZ merged commit ced7704 into Meteor-Community-Packages:master Sep 27, 2023
@nachocodoner nachocodoner deleted the support-latest-drivers branch October 6, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants