-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Performance Tests: Separate page setup from test #53808
Merged
Merged
Commits on Aug 18, 2023
-
Utilize the new context created internally
...instead of manually creating a new one. This is good practice as it allows us to utilize the Playwright fixtures for each page that is created, which is not possible when creating contexts manually. It also improves consistency as it ensures each page is created with the same initial params.
Configuration menu - View commit details
-
Copy full SHA for d9be785 - Browse repository at this point
Copy the full SHA d9be785View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80bd98d - Browse repository at this point
Copy the full SHA 80bd98dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59be4bc - Browse repository at this point
Copy the full SHA 59be4bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 954270a - Browse repository at this point
Copy the full SHA 954270aView commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a5778c2 - Browse repository at this point
Copy the full SHA a5778c2View commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb3505f - Browse repository at this point
Copy the full SHA cb3505fView commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e49ce6b - Browse repository at this point
Copy the full SHA e49ce6bView commit details -
We're only waiting for the first block to be available
It might still be covered by the loading overlay, which doesn't mean it's not available, which is what we're interested in.
Configuration menu - View commit details
-
Copy full SHA for cc8158a - Browse repository at this point
Copy the full SHA cc8158aView commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7000dec - Browse repository at this point
Copy the full SHA 7000decView commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 26c93df - Browse repository at this point
Copy the full SHA 26c93dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55c071b - Browse repository at this point
Copy the full SHA 55c071bView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1b00741 - Browse repository at this point
Copy the full SHA 1b00741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 693caec - Browse repository at this point
Copy the full SHA 693caecView commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 33a78eb - Browse repository at this point
Copy the full SHA 33a78ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for feb23d5 - Browse repository at this point
Copy the full SHA feb23d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c67b2d - Browse repository at this point
Copy the full SHA 5c67b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71a1d58 - Browse repository at this point
Copy the full SHA 71a1d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for d12b20d - Browse repository at this point
Copy the full SHA d12b20dView commit details
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.