1{
2    "description": "Configuration for arkui capi tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "600000",
6        "shell-timeout": "600000",
7        "bundle-name": "com.openharmony.arkui_capi_xts_api13",
8        "testcase-timeout": "180000",
9        "module-name": "entry_test"
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsAceCArkUI13Test.hap",
15                "ActsAceCArkUI13.hap"
16            ],
17            "type": "AppInstallKit",
18            "cleanup-apps": true
19        },{
20            "type": "ShellKit",
21            "run-command": [
22                "power-shell wakeup",
23                "power-shell setmode 602"
24            ]
25        }
26    ]
27}