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