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

tests(ci): skip puppeteer Chrome download #15177

Merged
merged 5 commits into from
Jun 15, 2023
Merged

tests(ci): skip puppeteer Chrome download #15177

merged 5 commits into from
Jun 15, 2023

Conversation

adamraine
Copy link
Member

@adamraine adamraine requested a review from a team as a code owner June 15, 2023 20:04
@adamraine adamraine requested review from connorjclark and removed request for a team June 15, 2023 20:04
@@ -84,6 +85,7 @@ describe('my site', () => {
args: [`--remote-debugging-port=${CHROME_DEBUG_PORT}`],
headless: !process.env.DEBUG,
slowMo: process.env.DEBUG ? 50 : undefined,
executablePath: getChromePath(),
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is unfortunate to have in our example code. Users likely want to use the chrome provided by puppeteer for their tests.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes but it's in the example test.js file so I'm not too worried about it. There is already a lot test boilerplate in this file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants