• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for Image Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "100000",
6        "shell-timeout": "120000",
7        "bundle-name": "ohos.acts.multimedia.image.Webp",
8        "package-name": "ohos.acts.multimedia.image.Webp",
9        "testcase-timeout": 60000
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsImageWebpJsTest.hap"
15            ],
16            "type": "AppInstallKit",
17            "cleanup-apps": true
18        },
19        {
20            "type": "ShellKit",
21            "run-command": [
22                "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry/files/",
23                "chmod -R 666 /data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry/files/*"
24            ],
25            "teardown-command": []
26        },
27        {
28            "type": "PushKit",
29            "push": [
30                "./resource/image/test_large.webp ->/data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry/files"
31            ]
32        },
33        {
34            "type": "ShellKit",
35            "run-command": [
36                "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.Webp/haps/entry/files/test_large.webp"
37            ]
38        }
39    ]
40}