chore: e2e_checks usan el AVD Pixel_API34
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -23,7 +23,7 @@ e2e_checks:
|
||||
cmd: "fn run gradle_assemble_debug_bash_infra apps/hello_android"
|
||||
timeout_s: 360
|
||||
- id: emu_start
|
||||
cmd: "fn run android_emulator_start_bash_infra Medium_Phone_API_35"
|
||||
cmd: "fn run android_emulator_start_bash_infra Pixel_API34"
|
||||
timeout_s: 240
|
||||
- id: instrumented
|
||||
cmd: "fn run gradle_instrumented_test_bash_infra apps/hello_android"
|
||||
@@ -54,7 +54,7 @@ fn run gradle_screenshot_test_bash_infra apps/hello_android
|
||||
## Tests instrumentados (requiere emulador)
|
||||
|
||||
```bash
|
||||
fn run android_emulator_start_bash_infra Medium_Phone_API_35
|
||||
fn run android_emulator_start_bash_infra Pixel_API34
|
||||
fn run gradle_instrumented_test_bash_infra apps/hello_android
|
||||
fn run android_emulator_stop_bash_infra
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user