Test.json 676 字节
Newer Older
1
{
L
lwx1121892 已提交
2
    "description": "Configuration for camerastandard Tests",
3 4
    "driver": {
        "type": "JSUnitTest",
5
        "test-timeout": "1500000",
L
lwx1121892 已提交
6
        "package": "com.open.harmony.multimedia.cameratest",
7 8 9 10 11 12
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "type": "ShellKit",
            "run-command": [
L
lwx1121892 已提交
13
                "rm -rf /storage/media/100/local/files/Videos/*"
14 15
            ],
            "teardown-command":[
T
tongtongdad 已提交
16
               
17 18 19 20
            ]
        },
        {
            "test-file-name": [
L
lwx1121892 已提交
21
                "ActsCameraStandardETSTest.hap"
22 23 24 25 26 27
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}