{ "description": "Configuration for userfilemgr Tests", "driver": { "type": "JSUnitTest", "test-timeout": "300000", "package": "ohos.acts.multimedia.userfilemgr", "shell-timeout": "600000" }, "kits": [ { "type": "ShellKit", "pre-push": [ ], "run-command": [ ] }, { "type": "PushKit", "pre-push": [ ], "push": [ ] }, { "type": "ShellKit", "run-command": [ "hilog -Q pidoff", "hilog -p off", "hilog -b I", "hilog -b D -D 0xD002B70", "scanner_demo", "sleep 10" ] }, { "test-file-name": [ "ActsUserFileMgrNoPermissionJsTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true } ] }