• 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.example.apicoverhaptest",
7        "module-name": "entry_test",
8        "shell-timeout": "300000",
9        "testcase-timeout": 20000
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsApiCoverhapTest.hap",
15                "ActsApiCoverhapMain.hap",
16                "FaSupplement.hap",
17                "StageSupplement.hap",
18                "FormModule.hap",
19                "ActsFACoverTest.hap"
20            ],
21            "type": "AppInstallKit",
22            "cleanup-apps": true
23        },{
24          "type": "ShellKit",
25          "run-command": [
26              "uitest dumpLayout",
27              "param set persist.sys.abilityms.support.ecologicalrulemgrservice false"
28          ],
29          "teardown-command": [
30              "param set persist.sys.abilityms.support.ecologicalrulemgrservice true"
31          ]
32      }
33    ]
34}