Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down