Test.json 944 字节
Newer Older
1
{
2
    "description": "Configuration for videoEncoder Tests",
3 4 5 6
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "2000000",
        "package": "ohos.acts.multimedia.video.videoencoder",
7
        "shell-timeout": "60000"
8 9
    },
    "kits": [
10 11 12 13 14 15 16 17
        {
            "test-file-name": [
                "ActsVideoEncoderJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
        {
18 19
            "type": "ShellKit",
            "run-command": [
20 21 22 23 24
                "rm -rf /storage/media/100/local/files/*",
                "chmod 777 -R  /storage/media/100/local/files/",
                "chmod 777 /storage/media/100/local/files/*",
                "killall com.ohos.medialibrary.MediaScannerAbilityA",
                "aa start  -a MediaScannerAbility -b com.ohos.medialibrary.MediaScannerAbilityA"
25 26 27 28 29
            ],
            "teardown-command":[
            ]
        }
    ]
30
}