Test.json 721 字节
Newer Older
Z
zhijianwen 已提交
1 2 3 4 5 6 7
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "180000",
        "shell-timeout": "180000",
        "bundle-name": "com.example.actsnotificationpublish",
Q
qu-xianfei 已提交
8
        "package-name": "com.example.actsnotificationpublish_test"
Z
zhijianwen 已提交
9 10 11 12 13 14 15 16 17 18 19 20
    },
    "kits": [
        {
            "test-file-name": [
                "ActsNotificationPublishTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
        {
            "type":"ShellKit",
            "run-command":[
Z
zhijianwen 已提交
21
                "anm setting -e com.example.actsnotificationpublish:0:1"
Z
zhijianwen 已提交
22 23 24 25 26
            ],
            "cleanup-apps":true
        }
    ]
}