• 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          "type": "ShellKit",
28          "run-command": [
29              "power-shell wakeup",
30              "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
31              "power-shell setmode 602"
32          ]
33      }
34    ]
35}
36