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

Commit d942d82c authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Run screenshot tests for changes in core/java/android/view

We have notification views in here that can affect templates, like NotificationTopLineView and NotificationHeaderView, so notification screenshot tests should be running.

Bug: 397875480
Test: presubmit
Flag: TEST_ONLY
Change-Id: I3d1dc5d4855835dcbda7113dc6be98c5b9d4f214
parent 6e3a287b
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -12,6 +12,23 @@
      "file_patterns": ["ContentInfo\\.java", "OnReceiveContentListener\\.java", "View\\.java"]
    }
  ],
  // v2/sysui/suite/test-mapping-sysui-screenshot-test
  "sysui-screenshot-test": [
    {
      "name": "SystemUIGoogleScreenshotTests",
      "options": [
          {
          "exclude-annotation": "org.junit.Ignore"
          },
          {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
          },
          {
          "exclude-annotation": "android.platform.test.annotations.Postsubmit"
          }
      ]
    }
  ],
  "imports": [
    {
      "path": "cts/tests/surfacecontrol"