• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for hjunit demo Tests",
3    "driver": {
4        "type": "JSUnitTest",
5        "test-timeout": "180000",
6        "package": "com.example.accessiblecaptionconfiguration",
7        "shell-timeout": "180000"
8    },
9    "kits": [
10        {
11            "test-file-name": [
12                "ActsAccessibleCaptionConfigurationTest.hap"
13            ],
14            "type": "AppInstallKit",
15            "cleanup-apps": true
16        }
17    ]
18}
19