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