2024-08-02
Test execution
- Fixed a case where tests would hang indefinitely if a single shard’s test targets (class + method names) were larger than 256 KiB.
(BETA!) Added API 35 emulators for all available non-ATD models
Complete list of new combinations added:
model=Pixel2,version=35
model=Pixel7,version=35
model=Tablet10,version=35
model=NexusLowRes,version=35
model=Monitor,version=35
https://emulator.wtf/o/...
link we now default the user to the
SSO sign-in method (GitHub, SAML) when configured. This guides your organization
members to log in with the SSO regardless of how they land on the link.ew-cli
to 0.11.0setup-ew-cli
to v0.9.10
--help
more helpful by splitting options into groupsindividual_test_videos
output to download each testcase video separatelydevice=Pixel2,version=21
device=Pixel2,version=26
device=Pixel7,version=21
device=Pixel7,version=26
device=Tablet10,version=21
device=Tablet10,version=26
device=NexusLowRes,version=21
device=NexusLowRes,version=26
device=Monitor,version=21
device=Monitor,version=26
device=Pixel2Atd,version=34
device=Pixel7Atd,version=34
device=Tablet10Atd,version=34
device=NexusLowResAtd,version=34
65.109.54.236
and 135.181.209.62
.
If you rely on outgoing IP addresses we recommend automating them - we publish all the outgoing
IP addresses both as JSON and as DNS records. Read more here.emulator.wtf now supports capturing per-test videos!
This has been the most requested feature by far. We now support capturing frame-precise test recordings of individual tests. To enable this we need some help from the instrumentation test runner to capture exact timestamps of the tests.
To enable this feature, make sure you have the record video flag set and add the following library to your Gradle build:
androidTestImplementation("wtf.emulator:test-runtime-android:0.2.0")
Initial public release of wtf.emulator:test-runtime-android:0.2.0
.
androidTestImplementation
to enable per-test
video recordings (see above)device=Pixel2,version=25
device=Pixel2,version=28
device=Pixel2,version=32
device=Pixel7,version=25
device=Pixel7,version=28
device=Pixel7,version=32
device=Tablet10,version=25
device=Tablet10,version=28
device=Tablet10,version=32
device=NexusLowRes,version=25
device=NexusLowRes,version=28
device=NexusLowRes,version=32
device=Monitor,version=25
device=Monitor,version=28
device=Monitor,version=32
The test run result links now contain a few details about the run:
ew-cli
. We now retry failed requests in a more robust way, and we also increased
some of the longer network call timeouts (like file uploads). This should help in cases where you are running many tests
in parallel from the same CI job.ew-cli
to 0.10.9ew-cli
to 0.10.9setup-ew-cli
to v0.9.9
model=Tablet10
would capture corrupted video
due to mismatched encoder parameters.--test-target
and
it expanded to multiple parametric test cases. This was previously causing the test run to fail
and works now without issue.Atlantic/Reykjavik
timezone (same as UTC).
This should improve compatibility with tests that use the system timezone identifier
and don’t support the Etc/UTC
timezone identifier.surfaceflinger
process and the whole System UI with it,
we’ll trigger an automatic retry of the test run. This is a rare event that may happen with
tests making heavy use of surfaces like utilizing the camera preview. The retry does not add any
billable minutes to your account. NOTE: just like with flaky repeats, we do not attempt any retries
when using the side-effects
flag.org.json
library to a newer version.emulator-wtf/invoke@v0.9.7
and emulator-wtf/setup-ew-cli@v0.9.8
to use the node20
GitHub Actions runtime.ew-cli
to 0.10.7