2025-04-08
ew-cli 0.12.0
- Added the ability to pass secret runner arguments via
--secret-environment-variables, for use with things like tokens, credentials, passwords, etc. These will be passed to the test runner in the same way as--environment-variables, but won’t be visible in the emulator.wtf UI. Alternatively, secrets can be passed in via environment variables having theEW_SECRET_prefix, e.g.EW_SECRET_foo=bar. - You can now override the test instrumentation runner used with
--test-runner-class. - Fixed formatting issues when displaying
--help. - Added support for tunneling emulator egress networking access over to
ew-cli. Read more about the egress tunnel here.
Test execution
- Fixed a rare case where tests would fail with “Invalid test apk” with certain incrementally built apks emitted by the Android Gradle Plugin.
emulator.wtf web app
- Test classes and methods can now be sorted in the test results page.
- Added indicators to class names to reflect their expanded/collapsed state.