1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "300000",
6        "shell-timeout": "300000",
7        "bundle-name": "com.example.uiabilitycontexttest",
8        "module-name": "entryTest",
9        "testcase-timeout": 5000
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsCrossplatformAbilityUIAbilityContextTest.hap",
15                "ActsCrossplatformAbilityContextEntryTest.hap"
16            ],
17            "type": "AppInstallKit",
18            "cleanup-apps": true
19        }
20    ]
21}