• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "3000000",
6        "bundle-name": "com.example.accounttstest",
7        "module-name": "phone",
8        "shell-timeout": "3000000",
9        "testcase-timeout": 50000
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsAccountTsTest.hap",
15                "ActsAccountOauthtoken.hap",
16                "ActsAccountAuthenticator.hap"
17            ],
18            "type": "AppInstallKit",
19            "cleanup-apps": true
20        },
21        {
22            "type": "ShellKit",
23            "teardown-command":[
24                "bm uninstall -n com.example.accounttstest"
25            ]
26        }
27    ]
28}
29