You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,7 @@ public class IssueXXXXX : _IssuesUITest
153
153
- Compile both the HostApp project and TestCases.Shared.Tests project to ensure no build errors
154
154
- Verify AutomationId references match between XAML and test code
155
155
- Ensure tests follow the established naming and inheritance patterns
156
+
- There should be only one `[Category]` attribute per test, pick the most appropriate one
156
157
157
158
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.
0 commit comments