• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "300000",
6        "bundle-name": "com.example.actsfeatureabilitytest",
7        "package-name": "com.example.actsfeatureabilitytest",
8        "shell-timeout": "600000",
9        "testcase-timeout":"30000"
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}
28