• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for screenlock js api Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "600000",
6	    "bundle-name": "com.acts.theme.screenlocktest",
7        "package-name": "com.acts.theme.screenlocktest",
8        "shell-timeout": "600000"
9    },
10    "kits": [
11        {
12            "type": "ShellKit",
13            "run-command": [
14                "power-shell wakeup",
15                "power-shell setmode 602",
16                "uinput -T -m 300 720 300 360 200",
17                "uinput -T -m 650 2760 650 1380 200"
18            ]
19        },
20        {
21            "test-file-name": [
22                "ActsScreenLockETSApiTest.hap"
23            ],
24            "type": "AppInstallKit",
25            "cleanup-apps": true
26        }
27    ]
28}
29