Make every UI test generate screenshots for local test runs

Change-Id: Idb7962e62c0c95f8a50792e9342562c6d8b6ba42
This commit is contained in:
vadimt
2019-05-17 18:17:36 -07:00
parent fcfac8156d
commit c328ac56cf
3 changed files with 37 additions and 60 deletions
@@ -44,17 +44,12 @@ import com.android.quickstep.views.RecentsView;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TestWatcher;
import org.junit.runner.RunWith;
@LargeTest
@RunWith(AndroidJUnit4.class)
public class TaplTestsQuickstep extends AbstractQuickStepTest {
@Rule
public TestWatcher mFailureWatcher = new TaplTestsLauncher3.FailureWatcher(mDevice);
@Before
public void setUp() throws Exception {
super.setUp();