-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Disable window animation in tests by default (#1992)
Espresso tests require animations to be disabled. On firebase test lab, animations are disabled by default. This PR is adding `--no-window-animation` to `am instrument` command ## Test Plan 1. Run `flank corellium test android run -c="./test_configs/flank-corellium.yml"` 2. Observe log lines like: `Sending command: am instrument -r -w --no-window-animation -e class com.example...` ## Checklist - [x] Documented - [x] Unit tested
- Loading branch information
Showing
2 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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