• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "180000",
6        "bundle-name": "com.acts.inputmethodauthority.test",
7        "module-name": "entry_test",
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            "ActsInputMethodAuthorityTest.hap"
23        ],
24        "type": "AppInstallKit",
25        "cleanup-apps": true
26    }]
27}
28