Skip to content

Conversation

@agrognetti
Copy link
Contributor

@agrognetti agrognetti commented Jan 2, 2026

Summary

Introduces GitHub Actions workflows for Android E2E and Observability unit tests, enabling automated test runs on push and pull requests.


Note

Introduces CI for Android testing and aligns tests with minor API changes.

  • Adds Android E2E App Tests workflow (.github/workflows/android-e2e.yml) to run :app:testDebugUnitTest for e2e/android, setting up JDK 17 and Android SDK, and uploading JUnit XML artifacts
  • Adds Android Observability workflow (.github/workflows/android-observability.yml) to run :lib:testDebugUnitTest for sdk/@launchdarkly/observability-android, with artifact uploads
  • Updates SessionReplayExporterTest.kt: sets sessionId = null in IdentifyItemPayload and uses attributes accessor instead of getAttributes() when mocking LogRecordData

Written by Cursor Bugbot for commit 4b02c29. This will update automatically on new commits. Configure here.

Introduces GitHub Actions workflows for Android E2E and Observability unit tests, enabling automated test runs on push and pull requests.
@agrognetti agrognetti requested a review from a team as a code owner January 2, 2026 17:43
@agrognetti agrognetti merged commit 346e8fb into main Jan 5, 2026
24 of 25 checks passed
@agrognetti agrognetti deleted the agrognetti/OY11-908 branch January 5, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants