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

feat: remove hardcoded subdirectories to RunOptions.DriverDirectory #501

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

canstand
Copy link
Collaborator

BREAKING CHANGE: When specifying the playwright driver directory via RunOptions.DriverDirectory or the PLAYWRIGHT_DRIVER_PATH environment variable, you need to point directly to the directory of the corresponding version. The previously hard-coded ms-playwright-go/x.xx.x subdirectory is now only applies to the default cache directory. (close #496)

…nd PLAYWRIGHT_DRIVER_PATH

BREAKING CHANGE: From now on, when specifying the playwright driver directory via `RunOptions.DriverDirectory` or the `PLAYWRIGHT_DRIVER_PATH` environment variable, you need to point directly to the directory of the corresponding version. The previously hard-coded `ms-playwright-go/x.xx.x` subdirectory is now only applies to the default cache directory.
@canstand canstand marked this pull request as ready for review October 22, 2024 15:26
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.

[Feature]: Allow us to set the full path to cli js (driver)
1 participant