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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ definitions.
116
116
## Testing Approach
117
117
118
118
-**Unit tests:** JUnit-based, in `client/src/test/`
119
-
-**Integration tests:**Run against DTS emulator, in `client/src/test/`(integrationTest source set)
119
+
-**Integration tests:**JUnit tests in `client/src/test/`that run against the DTS emulator via the dedicated Gradle `integrationTest` task (uses JUnit tags to select tests)
120
120
-**End-to-end tests:** Run against Azure Functions host, in `endtoendtests/`
0 commit comments