• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for audio manager Tests",
3    "driver": {
4        "type": "JSUnitTest",
5        "test-timeout": "1500000",
6        "package": "ohos.acts.multimedia.audio.audiorendererchangeInfo",
7        "shell-timeout": "60000"
8    },
9    "kits": [
10        {
11            "test-file-name": [
12                "ActsAudioRendererChangeInfoJsTest.hap"
13            ],
14            "type": "AppInstallKit",
15            "cleanup-apps": true
16        },
17		{
18            "type": "ShellKit",
19            "run-command": [
20
21            ]
22        }
23    ]
24}