• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "600000",
6        "bundle-name": "com.example.actsgetdisplayidtest",
7        "module-name": "phone",
8        "shell-timeout": "600000",
9        "testcase-timeout":"30000"
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsAmsStartAbilityTest.hap",
15                "ActsAmsSpecifyTestRelyHap.hap"
16            ],
17            "type": "AppInstallKit",
18            "cleanup-apps": true
19        },
20        {
21            "type": "ShellKit",
22            "run-command": [
23                "remount",
24                "mkdir /data/test"
25            ]
26        },
27        {
28            "type": "PushKit",
29            "push": [
30            ]
31        },
32        {
33            "type": "ShellKit",
34            "run-command": [
35                "chmod 644 /data/test/*.hap"
36            ]
37        }
38    ]
39}