2024-11-15
Test execution
- Improved smart sharding by casting a wider net when there was no strict historical runtime available
(e.g. due to changing
--environment-variablesor such)
--environment-variables or such)Added a workaround for an issue where double videos would be captured when running tests with orchestrator
NOTE: upgrade to test-runtime-android 0.2.1 to fix the root cause
build/test-results/${taskName}, aligning with jvm testsew-cli to 0.11.1:Faulty ew-cli, no QOI decoder configured? errorFaulty ew-cli, no QOI decoder configured? error when downloading individual test videos with --outputs individual_test_videosorchestrator and test-services APKs to 1.4.2 due to a whitespace in test names bug in 1.5.0.--test-targets together with sharding(BETA!) Added API 35 emulators for all available non-ATD models
Complete list of new combinations added:
model=Pixel2,version=35model=Pixel7,version=35model=Tablet10,version=35model=NexusLowRes,version=35model=Monitor,version=35https://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=21device=Pixel2,version=26device=Pixel7,version=21device=Pixel7,version=26device=Tablet10,version=21device=Tablet10,version=26device=NexusLowRes,version=21device=NexusLowRes,version=26device=Monitor,version=21device=Monitor,version=26device=Pixel2Atd,version=34device=Pixel7Atd,version=34device=Tablet10Atd,version=34device=NexusLowResAtd,version=3465.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=25device=Pixel2,version=28device=Pixel2,version=32device=Pixel7,version=25device=Pixel7,version=28device=Pixel7,version=32device=Tablet10,version=25device=Tablet10,version=28device=Tablet10,version=32device=NexusLowRes,version=25device=NexusLowRes,version=28device=NexusLowRes,version=32device=Monitor,version=25device=Monitor,version=28device=Monitor,version=32