Test.json 1.2 KB
Newer Older
U
unknown 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
{
    "description": "Configuration for hjsunit Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "300000",
        "package": "com.acts.actsprocessmanagejstestapi7",
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsAmsProcessManageJsTestApi7.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
		{
            "type": "ShellKit",
            "run-command": [
                "remount"
            ]
        },
        {
            "type": "PushKit",
            "push": [
                "ActsAmsProcessManageSystemAppAApi7.hap->/data/ActsAmsProcessManageSystemAppAApi7.hap",
                "ActsAmsProcessManageSystemAppAMultiApi7.hap->/data/ActsAmsProcessManageSystemAppAMultiApi7.hap",
                "ActsAmsProcessManageSystemAppBApi7.hap->/data/ActsAmsProcessManageSystemAppBApi7.hap",
                "ActsAmsProcessManageVendorAppAApi7.hap->/data/ActsAmsProcessManageVendorAppAApi7.hap"
            ]
            
        },
        {
            "type": "ShellKit",
            "run-command": [
                "chmod 644 /data/*.hap"
			]
		}
	]
}