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

Roll to Playwright v1.38.1 #373

Merged
merged 5 commits into from
Oct 9, 2023
Merged

Conversation

canstand
Copy link
Collaborator

@canstand canstand marked this pull request as ready for review September 27, 2023 03:49
t.Fatalf("could not set PLAYWRIGHT_BROWSERS_PATH: %v", err)
}
defer os.Unsetenv("PLAYWRIGHT_BROWSERS_PATH")
err = driver.Install()
Copy link
Member

Choose a reason for hiding this comment

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

why not pass the env to driver.Install instead?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It just prevents this test from uninstall the default installed browser (in github action cache), which would affect other tests.
The document mentions multiple environment variables, and users can set them by themselves if needed.

@canstand canstand merged commit c3d215b into playwright-community:main Oct 9, 2023
13 checks passed
@canstand canstand deleted the roll-v1.38 branch October 11, 2023 03:38
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.

None yet

2 participants