Test.json 870 字节
Newer Older
G
gaoxi 已提交
1 2 3
{
    "description": "Configuration for wallpaper js api Tests",
    "driver": {
4
        "type": "OHJSUnitTest",
G
gaoxi 已提交
5
        "test-timeout": "600000",
6 7
        "bundle-name": "com.acts.theme.wallpapertest",
        "package-name": "com.acts.theme.wallpapertest",
G
gaoxi 已提交
8 9 10 11 12
        "shell-timeout": "600000"
    },
    "kits": [
        {
            "test-file-name": [
13
                "ActsWallpaperETSApiTest.hap"
G
gaoxi 已提交
14 15 16
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
Z
zwx1016320 已提交
17 18 19 20
        },
        {
            "type": "PushKit",
            "pre-push": [
Z
zwx1016320 已提交
21 22
                "mount -o rw,remount /",
                "mkdir -p /data/app/el2/100/base/com.acts.theme.wallpapertest/haps"
Z
zwx1016320 已提交
23 24
            ],
            "push": [
Z
zwx1016320 已提交
25
                "./resource/wallpaper/wp.png ->/data/app/el2/100/base/com.acts.theme.wallpapertest/haps/wp.png"
Z
zwx1016320 已提交
26
            ]
G
gaoxi 已提交
27 28 29
        }
    ]
}