From 056aebf1404c8fc53351143858f60fc8937cb24a Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Mon, 22 Sep 2025 10:05:58 +0200 Subject: [PATCH] Update copilot instructions for UI test categories --- .github/copilot-instructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 7fe404670d4e..a742909b2a9f 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -154,6 +154,8 @@ public class IssueXXXXX : _IssuesUITest - Verify AutomationId references match between XAML and test code - Ensure tests follow the established naming and inheritance patterns +IMPORTANT NOTE: When a new UI test category is added to `UITestCategories.cs`, we need to also update the `ui-tests.yml` to include this new category. Make sure to detect this in your reviews. + ### Code Formatting Before committing any changes, format the codebase using the following command to ensure consistent code style: