sentry-unreal icon indicating copy to clipboard operation
sentry-unreal copied to clipboard

chore: Add integration tests for Android

Open tustanivsky opened this issue 3 weeks ago • 0 comments

This PR adds Android integration tests for the Sentry Unreal SDK using PowerShell's Pester framework. The tests validate end-to-end functionality by running the SentryPlayground sample application on mobile devices and verifying that events are properly captured and sent to Sentry.

It includes the necessary CI workflows and test scripts for both local (adb) and cloud (SauceLabs) execution.

The motivation for using SauceLabs Real Device Cloud to run tests in CI pipeline is the current limitation of Android emulators which do not support the rendering backends required by Unreal applications.

Changes

Related to:

  • #1127
  • #1131

Closes #964

#skip-changelog

tustanivsky avatar Nov 12 '25 10:11 tustanivsky