[Android, Allure] Failed tests return "Test starting..." as screenshot when ran in suite
Steps to reproduce
- Use any device (emulator, real device)
- Run tests is bulk, i am using tags "regression"
- Generate allure report when the run finishes and has some tests failed
Actual results
Instead of the screen on which the test failed, i am getting a screenshot of "Test starting..." screen. I think the screenshot is taken at a later state when the other test is starting. NOTE: Only the first failed test has the proper screen!
Logs
Patrol version
patrol: 3.13.1
Patrol Doctor output
Patrol doctor: Patrol CLI version: 3.4.1 Flutter command: flutter Flutter 3.24.5 • channel stable Android: • Program adb found in C:\Users\dimitar.stoyanov\AppData\Local\Android\Sdk\platform-tools\adb.exe • Env var $ANDROID_HOME set to C:\Users\dimitar.stoyanov\AppData\Local\Android\Sdk
Flutter Doctor output
Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.24.5, on Microsoft Windows [Version 10.0.26100.3624], locale bg-BG) [√] Windows Version (Installed version of Windows is version 10 or higher) [√] Android toolchain - develop for Android devices (Android SDK version 35.0.1) [√] Chrome - develop for the web [√] Android Studio (version 2024.3.2) [√] Connected device (4 available) [√] Network resources
I also reproduce this when I run tests locally. I only see Test starting... and nothing else.
Is this still issue?