• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "180000",
6        "shell-timeout": "600000",
7        "bundle-name": "com.edm.acts.network",
8        "module-name": "entry_test",
9        "testcase-timeout": "20000"
10    },
11    "kits": [
12        {
13            "type": "ShellKit",
14            "run-command": [
15            ]
16        },
17        {
18            "type": "PushKit",
19            "push":[
20            ]
21        },
22        {
23            "test-file-name": [
24                "ActsEdmNetworkTest.hap"
25            ],
26            "type": "AppInstallKit",
27            "cleanup-apps": true
28        },{
29            "type": "ShellKit",
30            "run-command": [
31                "power-shell wakeup",
32                "power-shell setmode 602"
33            ]
34        }
35    ]
36}