2025-11-14
Breaking changes in v1.0.0
We’ve made a bunch of breaking changes in v1.0.0. Read more about the 1.0.0 release and breaking changes.
ew-cli 1.0.0
Changes since 1.0.0-rc01
- New: emulator sessions are now automatically closed with 3 minute timeout when ew-cli is force killed or network connectivity is lost.
Changes since 0.12.6
- New: summary.json output from
ew-clinow includes test counts and first failing test information. - New: comma-separated
ew-cliarguments can now use an alternative separator by prefixing the value with^SEP^, i.e.--environment-variables '^;^foo=ab,cd;bar=baz'splits intofoo=ab,cdandbar=baz. This can be used with all comma-separated arguments like--test-targets,--directories-to-pull, etc. - Breaking:
ew-clino longer supports GitHub Tokenless authentication via passingGITHUB_TOKENas the token. Please switch to OIDC authentication instead, read more here. - Breaking: video recording is now enabled by default.
- Breaking: the default device is now Pixel7 30.
- Breaking: GPU acceleration is now turned on by default.
- Breaking: fixed pulled directories containing the root folder name twice.
- Breaking: switched to a more consistent test target parsing algorithm in both
--test-targetsand--test-targets-for-shard.