1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "300000",
6        "bundle-name": "ohos.acts.multimedia.image.imageNdk",
7        "module-name": "entry_test",
8        "shell-timeout": "300000",
9        "testcase-timeout": "180000"
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsGraphicImageNdkTest.hap",
15                "ActsGraphicImageNdkMainTest.hap"
16            ],
17            "type": "AppInstallKit",
18            "cleanup-apps": true
19        },
20        {
21            "type": "ShellKit",
22            "run-command": [
23                "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.image.imageNdk/haps/entry_test/files/"
24            ]
25        },
26        {
27            "type": "PushKit",
28            "pre-push": [],
29            "push": [
30
31            ]
32        },
33        {
34            "type": "ShellKit",
35            "run-command": [
36                "chmod -R 777 /data/app/el2/100/base/ohos.acts.multimedia.image.imageNdk/haps/entry_test/files/*"
37            ]
38        }
39    ]
40}
41
42