-
-
Notifications
You must be signed in to change notification settings - Fork 53
chore: Add integration tests for Windows and Linux #1127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2a25c42 to
e4ba6b2
Compare
| } | ||
| } | ||
|
|
||
| Context "Message Capture Tests" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we also want to test logs, non-fatal event (ensure) and/or attachments too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we can cover more of the plugin’s features with tests in subsequent PRs. This one is primarily focused on introducing the testing framework itself and covering the basics.
This PR adds integration tests for the Sentry Unreal SDK using PowerShell's Pester framework. The tests validate end-to-end functionality by running the
SentryPlaygroundsample application and verifying that events are properly captured and sent to Sentry.Key Changes
Integration Test Framework:
integration-test/) that execute the pre-built sample app.CI/CD Integration:
Sample App Enhancements
Important notices:
Enabled by:
Related issues:
Closes:
#skip-changelog