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