Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f0738a1 authored by Asmita Poddar's avatar Asmita Poddar
Browse files

Take screenshot upon test failure

Bug: 324252060
Change-Id: Iead8fd85b8d0a15f6ce2832f093f2cbf712039ad
Test: Pre-submit
parent f06b006f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -22,4 +22,9 @@
        <option name="test-timeout" value="600s" />
        <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
    </test>
    <object class="com.android.tradefed.testtype.suite.module.TestFailureModuleController"
            type="module_controller">
        <!-- Take screenshot upon test failure -->
        <option name="screenshot-on-failure" value="true" />
     </object>
</configuration>