In-process Android test driver, pluggable drivers, unified tracing, and multi-run report views - #245
Merged
Merged
Conversation
handstandsam
force-pushed
the
upstream-2026.09.01
branch
from
September 2, 2026 11:31
7037deb to
e144f7f
Compare
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.
Summary
Syncs internal changes through 2026.09.01. The headline items:
trailblaze-android-test) that runs Trailblaze tools inside the app's own AndroidJUnitRunner test — Espresso for Views, the app's existing Compose rule for composables, with two native selector dialects (androidView,compose) over one non-overlapping hybrid tree. Reachable from the host CLI, and runnable against an app with no Gradle module of your own viatrailblaze inprocess make-test-apk.HostDriverDescriptorreplaceswhen (driverType)arms that were scattered across device discovery, the YAML runner, screen capture and three device listings. Adding a driver is three edits; an app declares which drivers it has rather than spelling each one out everywhere. Compose desktop, both Playwright web drivers and Revyl are converted.trailblaze profile), and two export formats — Chrome Trace always, OTLP viatrailblaze otelon demand. Host and device halves merge into a singletrace.jsonon one trace id.trailblaze usages --json— a documented, versioned report contract for gating CI on which trails a tool change affects.--capture-video/TRAILBLAZE_CAPTURE_VIDEO/capture-video), and the legacy Compose/WebAssembly report is removed.Also: multi-device runs take per-run
--bind/--configurationflags instead of daemon-wide env vars, Playwright web recordings replay trustworthily and the module's tests run in CI, and device-clock skew no longer corrupts a run's recording.