• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * Copyright (c) 2025 Shenzhen Kaihong Digital Industry Development Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15{
16  "description": "Config for XtsTestCase devicetest test cases",
17  "environment": [
18    {
19      "type": "device"
20    }
21  ],
22  "driver": {
23    "type": "DeviceTest",
24    "bundle-name": "com.example.background",
25    "py_file": "ace/testcases/UI_Compare_Tools_Common.py"
26  },
27  "kits": [
28    {
29      "test-file-name": [
30        "ace/resource/common/hap/background.hap"
31      ],
32      "type": "AppInstallKit",
33      "cleanup-apps": true
34    },
35    {
36      "type": "ShellKit",
37      "run-command": [
38        "power-shell wakeup",
39        "power-shell setmode 602",
40        "power-shell display -s 0"
41      ]
42    }
43  ],
44  "extra": {
45    "SUB_ACE_UI_ARKUI_TEXTTIMER_0020": [["IMG_test.webp", "IMG_test.webp"], ["IMG_test.webp", "IMG_test.webp"]],
46    "SUB_ACE_UI_ARKUI_TEXTTIMER_0030": [["IMG_test.webp", "IMG_test.webp"], ["IMG_test.webp", "IMG_test.webp"]],
47    "SUB_ACE_UI_COMPONENT_INFOMATION_PROGRESS_MODIFIER_COLOR_0011": [["IMG_test.webp", "IMG_test.webp"], ["IMG_test.webp", "IMG_test.webp"]],
48    "SUB_ACE_UI_COMPONENT_INFOMATION_PROGRESS_MODIFIER_COLOR_0012": [["IMG_test.webp", "IMG_test.webp"], ["IMG_test.webp", "IMG_test.webp"]],
49    "SUB_ACE_UI_COMPONENT_SYMBOLGLYPH_FONTSTZESCALE_0030": [["IMG_test.webp", "IMG_test.webp"], ["IMG_test.webp", "IMG_test.webp"]],
50    "SUB_ACE_UI_COMPONENT_TEXT_RICHEDITOR_SEARCH_0001": [["IMG_test.webp", "IMG_test.webp"], ["IMG_test.webp", "IMG_test.webp"]],
51    "SUB_ACE_UI_COMPONENT_TEXT_RICHEDITOR_StopBackPress_00003": [["IMG_test.webp", "IMG_test.webp"], ["IMG_test.webp", "IMG_test.webp"]],
52    "SUB_ACE_UI_COMPONENT_TEXT_RICHEDITOR_MENU_REINFORCING_0002": [["IMG_test.webp", "IMG_test.webp"], ["IMG_test.webp", "IMG_test.webp"]]
53  },
54}