Test.json 441 字节
Newer Older
H
huks  
hu-jixiang1 已提交
1 2 3 4
{
    "description": "Configuration for algorithm completion test",
    "driver": {
        "type": "JSUnitTest",
H
hu-jixiang1 已提交
5
        "test-timeout": "3000000",
H
huks  
hu-jixiang1 已提交
6 7 8 9 10 11 12 13 14 15 16 17 18
        "package": "com.example.hksxtstest",
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsHuksAlgCompletionTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}