1{ 2 "description": "Configuration for aceceshi Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "600000", 6 "bundle-name": "com.example.aacommandprintsynctest", 7 "module-name": "entry_test", 8 "shell-timeout": "600000" 9 }, 10 "kits": [ 11 { 12 "type": "PushKit", 13 "push": [ 14 "AACommandPrintSync.hap->/data/AACommandPrintSync.hap" 15 ] 16 }, 17 { 18 "test-file-name": [ 19 "ActsAACommandPrintSyncTest.hap", 20 "AACommandPrintSync.hap" 21 ], 22 "type": "AppInstallKit", 23 "cleanup-apps": true 24 } 25 ] 26} 27 28