1{ 2 "description": "Configuration for storage file Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "120000", 6 "shell-timeout": "120000", 7 "bundle-name": "ohos.acts.storage.file", 8 "package-name": "ohos.acts.storage.file" 9 }, 10 "kits": [ 11 { 12 "test-file-name": ["ActsStorageFileJSTest.hap"], 13 "type": "AppInstallKit", 14 "cleanup-apps": true 15 } 16 ] 17}