1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "300000",
6        "shell-timeout": "600000",
7        "testcase-timeout": "30000",
8        "bundle-name": "com.example.actsfeatureabilitytest",
9        "package-name": "com.example.actsfeatureabilitytest"
10    },
11    "kits": [
12      {
13          "test-file-name": [
14              "FinishWithResultEmptyTest.hap",
15              "FinishWithResultPromiseParametersTest.hap",
16              "FinishWithResultTest.hap",
17              "GetCallingBundlePromiseTest.hap",
18              "StartAbility.hap",
19              "StartAbilityForResult.hap",
20              "TerminateAbilityTest.hap",
21              "ActsFeatureAbilityTest.hap"
22          ],
23          "type": "AppInstallKit",
24          "cleanup-apps": true
25      }
26  ]
27}