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.36.1 #358

Merged
merged 10 commits into from
Jul 19, 2023
Merged

Conversation

canstand
Copy link
Collaborator

Hi @mxschmitt , this pr rolling to v1.36.1.

Currently there is no automatic generation of scripts/data/interfaces.json, but validate-interfaces.js has been added to generate-api.sh. This ensures that unimplemented interfaces are all explicitly ignored in validate-interfaces.js.

CONTRIBUTING.md Outdated
1. Fix merge conflicts if any, otherwise ignore this step. Once you are happy you can commit the changes `cd playwright; git commit -am "apply patch" && cd ..`
1. Regenerate a new patch `bash scripts/update-patch.sh`
1. Generate go code `go generate ./...`
2. Download current version of Playwright driver `go run scripts/install-browsers/main.go`
Copy link
Member

Choose a reason for hiding this comment

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

nit: its kinda nice to keep 1. everywhere, since then the numbers get auto-generated and its a smaller diff when steps are added or removed.

require.Equal(t, val, 42)
val, err = page.Evaluate(`a => a`, 17)
require.NoError(t, err)
require.Equal(t, val, 17)
Copy link
Member

Choose a reason for hiding this comment

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

sounds like there is this? https://pkg.go.dev/math/big

@mxschmitt mxschmitt merged commit 43f547e into playwright-community:main Jul 19, 2023
12 of 13 checks passed
@canstand canstand deleted the roll-1.36 branch July 19, 2023 23:45
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