-
Notifications
You must be signed in to change notification settings - Fork 1k
chore: port route chaining, fallback, async, times #1376
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
impl and fallback tests ported; explicit continue tests still need porting |
mxschmitt
reviewed
Jun 24, 2022
mxschmitt
reviewed
Jun 24, 2022
mxschmitt
reviewed
Jun 24, 2022
cba9702
to
1f0d7fc
Compare
This was referenced Jun 25, 2022
rwoll
added a commit
to rwoll/playwright-python
that referenced
this pull request
Jun 26, 2022
9 tasks
rwoll
commented
Jun 26, 2022
rwoll
added a commit
that referenced
this pull request
Jun 27, 2022
This is part 4/n of the 1.23 port. Relates #1308, #1374, #1376, #1382 Ports: - [x] microsoft/playwright@176ab7e (chore: make LocalUtils easily available on the client (#14717))
mxschmitt
reviewed
Jun 27, 2022
mxschmitt
reviewed
Jun 27, 2022
mxschmitt
reviewed
Jun 27, 2022
rwoll
added a commit
that referenced
this pull request
Jun 27, 2022
This is part 3/n of the 1.23 port. Relates #1308, #1374, #1376. Ports: - [x] microsoft/playwright@fdcdd58 (feat(har): introduce urlFilter (#14693)) - [x] microsoft/playwright@c349c1d (feat: newContext.har (#14892)) - [x] microsoft/playwright@245c33a (feat(har): allow storing content as separate files (#14934)) - [x] microsoft/playwright@be64e9c (chore(har): attach resources for .zip hars (#14938)) - [x] microsoft/playwright@7bd7271 (feat(har): introduce the slim mode (#15053))
4b6b852
to
47fc555
Compare
47fc555
to
cbbcd7e
Compare
pavelfeldman
approved these changes
Jun 27, 2022
rwoll
added a commit
that referenced
this pull request
Jun 28, 2022
This is part 5/n of the 1.23 port. Relates #1308, #1374, #1376, #1382, #1383 Ports: - [x] microsoft/playwright@259c8d6 (feat: Page.routeFromHar (#14870)) - [x] microsoft/playwright@79378dd (fix: add pw:api logging to har router (#14903)) - [x] microsoft/playwright@030e7d2 (chore(har): allow replaying from zip har (#14962)) - [x] microsoft/playwright@ed6b14f (fix(har): restart redirected navigation (#14939)) - [x] microsoft/playwright@e5372c3 (chore: move har router into local utils (#14967)) - [x] microsoft/playwright@920f1d5 (chore: allow routing by uncompressed har (#14987)) - [x] microsoft/playwright@eb87966 (feat(har): disambiguate requests by post data (#14993)) - [x] microsoft/playwright@6af6fab (fix(har): internal redirect in renderer-initiated navigations (#15000)) - [x] microsoft/playwright@9525bed (feat(har): re-add routeFromHAR (#15024))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is part 2/n of the 1.23 port.
Relates #1308, #1374
Ports: