• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for fileio Server",
3    "driver": {
4        "type": "JSUnitServer",
5        "test-timeout": "900000",
6        "package": "com.ohos.fileiotest",
7
8        "abilityName": ".MainAbility",
9        "shell-timeout": "900000"
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "DctsFileioServer.hap"
15            ],
16            "type": "AppInstallKit",
17            "cleanup-apps": true
18        }
19    ]
20
21}
22