1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "60000",
6        "shell-timeout": "60000",
7        "testcase-timeout": 15000,
8        "bundle-name": "com.test.lifecycle_crossplatform_xts",
9        "module-name": "entry_test"
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "commonTestAbilityApp.hap",
15                "ActsLifeCycleEtsFeatureTest.hap",
16                "ActsLifeCycleEtsTest.hap"
17            ],
18            "type": "AppInstallKit",
19            "cleanup-apps": true
20        }
21    ]
22}