Re-introduce JS Desktop integration tests#16228
Merged
Merged
Conversation
Modify Desktop.IntegrationTests.Filter instead.
… ci-desk-nohead-tests
… ci-desk-nohead-tests
acoates-ms
approved these changes
Jun 8, 2026
JunielKatarn
added a commit
to jurocha-ms/react-native-windows
that referenced
this pull request
Jun 9, 2026
* Remove redundant condition Desktop.IntegrationTests.SkipRNTester Modify Desktop.IntegrationTests.Filter instead. * Re-introduce WebSocket and WebSocketBlob tests * Make WSBlob test compare contents * Rename method to RunTest * Handle initial message from default endpoint * Change files * Migrate XHR test * Port Fetch test * Port Blob test * WebSocketMultipleSendTest * Remove JS WebSocket servers * Skip in CI for now
JunielKatarn
added a commit
to jurocha-ms/react-native-windows
that referenced
this pull request
Jun 9, 2026
* Remove redundant condition Desktop.IntegrationTests.SkipRNTester Modify Desktop.IntegrationTests.Filter instead. * Re-introduce WebSocket and WebSocketBlob tests * Make WSBlob test compare contents * Rename method to RunTest * Handle initial message from default endpoint * Change files * Migrate XHR test * Port Fetch test * Port Blob test * WebSocketMultipleSendTest * Remove JS WebSocket servers * Skip in CI for now
JunielKatarn
added a commit
to jurocha-ms/react-native-windows
that referenced
this pull request
Jun 9, 2026
* Remove redundant condition Desktop.IntegrationTests.SkipRNTester Modify Desktop.IntegrationTests.Filter instead. * Re-introduce WebSocket and WebSocketBlob tests * Make WSBlob test compare contents * Rename method to RunTest * Handle initial message from default endpoint * Change files * Migrate XHR test * Port Fetch test * Port Blob test * WebSocketMultipleSendTest * Remove JS WebSocket servers * Skip in CI for now
JunielKatarn
added a commit
to jurocha-ms/react-native-windows
that referenced
this pull request
Jun 9, 2026
* Remove redundant condition Desktop.IntegrationTests.SkipRNTester Modify Desktop.IntegrationTests.Filter instead. * Re-introduce WebSocket and WebSocketBlob tests * Make WSBlob test compare contents * Rename method to RunTest * Handle initial message from default endpoint * Change files * Migrate XHR test * Port Fetch test * Port Blob test * WebSocketMultipleSendTest * Remove JS WebSocket servers * Skip in CI for now
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.
Description
Brings back JavaScript-based Desktop integration tests.
Type of Change
Why
Desktop JS-driven tests had been removed due to incompatibility with Fabric-based architecture.
What
FetchTest,WebSocketBlobTest,WebSocketMultipleSendTest,WebSocketTest, andXHRTest. These are no longer based on Facebook's stubbed UI components.Desktop.IntegrationTests.SkipRNTesterTesting
All tests pass locally.
CI runs fail due to time out, thus, the test will not run in that environment for now.
Microsoft Reviewers: Open in CodeFlow