Avalonia test runner: UI revamp#3189
Draft
xen2 wants to merge 1 commit into
Draft
Conversation
|
🤖 Draft PR — automatic CI is skipped to save runner minutes.
Marking ready-for-review re-enables full CI automatically. |
Kryptos-FR
reviewed
May 24, 2026
| Icon="/Assets/avalonia-logo.ico" | ||
| Title="XUnit Runner (Stride)"> | ||
| Title="XUnit Runner (Stride)" | ||
| Background="#1E1E1E"> |
Member
There was a problem hiding this comment.
This should use a color from the theme so that if the users prefers a light theme it picks the corresponding background color. Or no color as I think the theme as one by default.
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
| x:Class="xunit.runner.stride.App" | ||
| RequestedThemeVariant="Light"> | ||
| RequestedThemeVariant="Dark"> |
Member
There was a problem hiding this comment.
Should probably be Default instead so that it follows the system theme.
…apture, RenderDoc dropdown)
2adbbd3 to
2bb694c
Compare
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
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.
Avalonia test runner: UI revamp
Rebuilds the interactive test runner (Avalonia window shown when a Stride test exe is launched with
STRIDE_TESTS_INTERACTIVE=1).Highlights
Ctrl+R/F5shortcuts.Warning:/Error:tinting./orCtrl+Fto focus filter,Escto clear,Up/Down/PageUp/PageDownfrom the filter to navigate the tree,Enter/Shift+Enterto run / preview.A screenshot is worth a thousand words:
Types of changes
Checklist