Test.json 662 字节
Newer Older
1 2 3 4
{
    "description": "Configuration for aceEtsComponentCommonAttrs Tests",
    "driver": {
        "type": "OHJSUnitTest",
5
        "test-timeout": "18000000",
6 7
        "bundle-name": "com.acts.arkui.component.common.attrs.test",
        "module-name": "phone",
8 9
        "shell-timeout": "60000000",
        "testcase-timeout": 6000000
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
    },
    "kits": [{
        "test-file-name": [
            "ActsAceEtsComponentCommonAttrsTest.hap"
        ],
        "type": "AppInstallKit",
        "cleanup-apps": true
    }, {
        "type": "ShellKit",
        "run-command": [
            "power-shell wakeup",
            "power-shell setmode 602"
        ]

    }]
}