-
-
Notifications
You must be signed in to change notification settings - Fork 655
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
Reenable chrome tests #16424
Reenable chrome tests #16424
Conversation
See test results for failed build of commit 991031dc31 |
See test results for failed build of commit ad186d95ec |
See test results for failed build of commit eb71390596 |
See test results for failed build of commit acb9efa53b |
See test results for failed build of commit 925fef8027 |
@mltony I've had to disable two of your tests to re-enable chrome testing. Could you look into fixing these up? Example failure: https://ci.appveyor.com/project/NVAccess/nvda/builds/50001460/tests |
See test results for failed build of commit 11047fbec2 |
WalkthroughThe recent updates enhance the Changes
Assessment against linked issues
Recent review detailsConfiguration used: .coderabbit.yml Files selected for processing (2)
Additional context usedPath-based instructions (2)
Additional comments not posted (3)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
@seanbudd, will take a look this weekend. |
" --force-renderer-accessibility" # don't rely on chrome detecting a screen reader. | ||
" --ash-no-nudges" # Prevents Chrome from showing nudge messages. | ||
" --browser-test" # Enable browser test mode, helps reduce flakey tests |
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.
Is there anymore info you can provide on how it reduces flaky tests? all in same process, or reduces UI clutter...?
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.
There's not much info from chrome here just the following:
Tells whether the code is running browser tests (this changes the startup URL used by the content shell and also disables features that can make tests flaky [like monitoring of memory pressure])
https://peter.sh/experiments/chromium-command-line-switches/#browser-test
Closes #16135
Summary by CodeRabbit
New Features
Tests