• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2018 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4#
5
6AUTHOR = "bneella@"
7NAME = "cheets_AppCompatTest.touchview.com.google.android.apps.youtube.kids"
8PURPOSE = "Runs AppCompat's UIAutomator tests."
9ATTRIBUTES = "suite:app-compat"
10TIME = "SHORT"
11TEST_CATEGORY = "Functional"
12TEST_CLASS = "login"
13TEST_TYPE = "client"
14
15DOC = """
16This test starts Android container, then kicks of the UIAutomator tests from
17the AppCompat team. It then saves logcat, bugreport, and screenshots to the
18resultsdir.
19"""
20
21job.run_test('cheets_AppCompatTest', pkg_name='com.google.android.apps.youtube.kids',
22             touch_view_mode=True)
23