1{ 2 "description": "Configuration for avsession manager Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "1800000", 6 "shell-timeout": "900000", 7 "bundle-name": "com.example.myapplication", 8 "package-name": "com.example.myapplication", 9 "testcase-timeout": "20000" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsAvsessionFrameworkJsTest.hap" 15 ], 16 "type": "AppInstallKit", 17 "cleanup-apps": true 18 } 19 ] 20}