• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for aceceshi Tests",
3    "driver": {
4        "type": "JSUnitTest",
5        "test-timeout": "2500000",
6        "package": "com.example.aceceshi",
7        "shell-timeout": "1800000"
8    },
9    "kits": [
10        {
11            "test-file-name": [
12                "ActsAceStandardTest.hap"
13            ],
14            "type": "AppInstallKit",
15            "cleanup-apps": true
16        },
17		{
18            "type": "ShellKit",
19            "run-command": [
20                "power-shell wakeup",
21                "power-shell setmode 602"
22            ]
23        }
24    ]
25}
26