{
    "description": "Configuration for arkui capi tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "600000",
        "shell-timeout": "600000",
        "bundle-name": "com.openharmony.ace_c_scroll_crosslanguage",
        "testcase-timeout": "180000",
        "module-name": "entry_test"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsAceCapiScrollCrossTest.hap",
                "ActsAceCapiScrollCross.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },{
            "type": "ShellKit",
            "run-command": [
                "power-shell wakeup",
                "power-shell setmode 602"
            ]
        }
    ]
}