f1bd49ce创建于 2024年10月8日历史提交
{

    "description": "Configuration for hjunit demo Tests",

    "driver": {

        "type": "OHJSUnitTest",

        "test-timeout": "1800000",

        "bundle-name": "com.example.observertest",

        "module-name": "entry_test",

        "shell-timeout": "1800000",

        "testcase-timeout": 70000



    },

    "kits": [

        {

            "test-file-name": [

                "ActsTelephonyObserverWithCardTest.hap"

            ],

            "type": "AppInstallKit",

            "cleanup-apps": true

        }

    ]

}