• 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.acts.actsinterfacemultiusersthirdtest",
7        "module-name":"phone",
8        "shell-timeout": "300000",
9        "testcase-timeout": "30000"
10    },
11    "kits": [
12        {
13            "type": "ShellKit",
14            "run-command": [
15                "power-shell wakeup",
16                "power-shell setmode 602",
17                "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
18                "uinput -T -d 620 1130 -u 620 1130 -i 1500 -m 620 2736 620 1130"
19            ]
20        },
21        {
22            "test-file-name": [
23                "ActsAmsUsersThirdTest.hap"
24            ],
25            "type": "AppInstallKit",
26            "cleanup-apps": true
27        }
28    ]
29}