Test.json 425 字节
Newer Older
H
basic  
hu-jixiang1 已提交
1 2 3 4
{
  "description": "Configuration for huksCipherBasicCallback js api Tests",
  "driver": {
    "type": "JSUnitTest",
H
hu-jixiang1 已提交
5
    "test-timeout": "180000",
H
basic  
hu-jixiang1 已提交
6 7 8 9 10 11
    "package": "com.example.hukscipherbasiccallback",
    "shell-timeout": "60000"
  },
  "kits": [
    {
      "test-file-name": [
H
hu-jixiang1 已提交
12
        "ActsHuksCipherBasicCallbackJSApiTest.hap"
H
basic  
hu-jixiang1 已提交
13 14 15 16 17 18
      ],
      "type": "AppInstallKit",
      "cleanup-apps": true
    }
  ]
}