-
Notifications
You must be signed in to change notification settings - Fork 85
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
test: improve stability of Playwright tests #7139
Draft
Parsium
wants to merge
40
commits into
master
Choose a base branch
from
improving-pw-performance
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
1918557
test(date): remove Playwright event tests that have been covered by Jest
Parsium 8c49e74
test(date): ensure playwright tests adequately wait for element appea…
Parsium e44937d
test(filterable-select): improve robustness of known flaky tests
Parsium 7614860
test(filterable-select): remove tests asserting wrapper component beh…
Parsium 3e1aaf3
test(filterable-select): remove Playwright event tests that have been…
Parsium 4ace3e2
test(simple-select): improve robustness of known flaky tests
Parsium b0ff630
test(dialog-full-screen): improve robustness of known flaky test
Parsium 54ce225
test(simple-color-picker): remove Playwright event tests that have be…
Parsium 116a35c
test(simple-select): remove Playwright event tests that have been cov…
Parsium 7fe21cc
test(multi-select): remove tests asserting wrapper component behaviour
Parsium 98cd5d0
test(simple-select): remove tests asserting wrapper component behaviour
Parsium 1773e3a
test(toast): reduce runtime of timeout prop test
Parsium 10b736c
test(alert): improve robustness of known flaky tests
Parsium 9b2c3c8
test(alert): move event callback tests from Playwright to Jest to mit…
Parsium 13623af
test(confirm): improve robustness of known flaky test
Parsium d022ffc
test(confirm): move event callback tests from Playwright to Jest to m…
Parsium f976b17
test(split-button): simplify playwright tests to reduce duplicated co…
Parsium a20b561
test(split-button): move keyboard tests from Playwright to Jest to mi…
Parsium 60dae16
test(split-button): improve robustness of known flaky test
Parsium 49d4184
test(accordion): remove Playwright event tests that have been covered…
Parsium ba5cf64
test(breadcrumbs): remove Playwright event tests that have been cover…
Parsium acd979f
test(badge): move event callback test from Playwright to Jest to miti…
Parsium 19f0c1a
test(multi-action-button): improve robustness of known flaky test
Parsium e277c3b
test(filterable-select): remove hardcoded timeout in playwright test
Parsium c3e6485
test(flat-table): remove Playwright tests that have been covered by Jest
Parsium 7d05af7
test(flat-table): remove tests asserting non-native behaviour
Parsium 4ddf33d
test(global-header): remove hardcoded timeout in playwright test
Parsium cf42a63
test(menu): refactor playwright tests to remove hardcoded timeouts
Parsium 5debace
test(numeral-date): remove Playwright event tests that have been cove…
Parsium 726413c
test(multi-select): refactor playwright tests to remove hardcoded tim…
Parsium dd41629
test(dialog): remove hardcoded timeouts in skipped playwright tests
Parsium 8b4d9dd
test(dialog-full-screen): remove hardcoded timeouts in skipped playwr…
Parsium 2a108af
build: enable linting rule to flag hardcoded timeouts in Playwright t…
Parsium 61b7225
test(multi-select): remove Playwright event tests that have been cove…
Parsium 5b80dee
test(multi-select): improve robustness of known flaky tests
Parsium 7b5852a
test(text-editor): improve robustness of known flaky tests
Parsium 79c6433
test(advanced-color-picker): remove Playwright event tests that have …
Parsium bf39e2e
build(playwright): amend parallelisation setup for ci
Parsium 6c105cb
test(popover-container): streamline tests to enhance performance
Parsium e0696ce
test(popover-container): remove Playwright tests that have been cover…
Parsium File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules/ | ||
coverage/ | ||
package-lock.json | ||
.eslintrc |
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: do we need to have the retires when run locally?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I included it to help distinguish flaky tests from failing ones locally, but it's not strictly necessary.