You need to sign in or sign up before continuing.
Test.json 1.0 KB
Newer Older
Z
zhaoyuan17 已提交
1 2 3 4 5 6 7 8 9 10 11
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "120000",
        "package": "com.example.actsbundlemanageruninstall",
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong 已提交
12
                "ActsBundleManagerUninstallTest.hap"
Z
zhaoyuan17 已提交
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
        {
            "type": "PushKit",
            "push": [
                "bmsJstest1.hap->/data/bmsJstest1.hap",
                "bmsJstest3.hap->/data/bmsJstest3.hap",
                "bmsJstest4.hap->/data/bmsJstest4.hap",
                "bmsJstest5.hap->/data/bmsJstest5.hap",
                "bmsJstest6.hap->/data/bmsJstest6.hap",
                "bmsJstest8.hap->/data/bmsJstest8.hap"
            ]
            
        },
        {
            "type": "ShellKit",
            "run-command": [
                "chmod 644 /data/*.hap"
            ]
        }
    ]
}