• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for aceceshi Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "300000",
6        "shell-timeout": "300000",
7        "bundle-name": "com.acts.ability.errcode",
8        "module-name": "entry_test",
9        "testcase-timeout": "15000"
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsBaseUIabilityErrorCodeTest.hap",
15                "ActsErrcodeAssitHap.hap",
16                "ActsErrcodeAssitHapTwo.hap",
17                "ActsErrcodeAssitHapThree.hap"
18            ],
19            "type": "AppInstallKit",
20            "cleanup-apps": true
21        },{
22            "type": "ShellKit",
23            "run-command": [
24                "power-shell wakeup",
25                "power-shell setmode 602",
26                "power-shell timeout -o 864000000"
27            ]
28        }
29    ]
30}