• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for PasteBoard js api Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "600000",
6        "bundle-name": "com.acts.distributeddatamgr.pasteboardtest",
7        "package-name": "com.acts.distributeddatamgr.pasteboardtest",
8        "shell-timeout": "60000"
9    },
10    "kits": [
11        {
12            "test-file-name": ["ActsPasteBoardETSApiTest.hap"],
13            "type": "AppInstallKit",
14            "cleanup-apps": true
15        },
16        {
17            "type": "ShellKit",
18            "run-command": [
19                "power-shell wakeup",
20                "uinput -T -m 594 2117 594 864 400",
21                "power-shell setmode 602"
22            ]
23        }
24    ]
25}