1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "180000",
6        "shell-timeout": "180000",
7        "bundle-name": "ohos.acts.multimedia.image.PixelMapFramework",
8        "package-name": "ohos.acts.multimedia.image.PixelMapFramework"
9    },
10    "kits": [
11        {
12            "test-file-name": [
13                "ActsImagePixelMapFrameworkJsTest.hap"
14            ],
15            "type": "AppInstallKit",
16            "cleanup-apps": true
17        },{
18            "type": "ShellKit",
19            "run-command": [
20                "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.image.PixelMapFramework/haps/entry_test/files/",
21                "chmod -R 666 /data/app/el2/100/base/ohos.acts.multimedia.image.PixelMapFramework/haps/entry_test/files/*"
22            ],
23            "teardown-command": []
24        },
25        {
26            "type": "PushKit",
27            "pre-push": [],
28            "push": [
29                "./resource/image/JPG-480360-YUV311.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.PixelMapFramework/haps/entry_test/files",
30                "./resource/image/CUVAHdrMulti.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.PixelMapFramework/haps/entry_test/files"
31            ]
32        },{
33            "type": "ShellKit",
34            "run-command": [
35                "power-shell wakeup",
36                "power-shell setmode 602"
37            ]
38        }
39    ]
40}