1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "1800000", 6 "shell-timeout": "1500000", 7 "testcase-timeout": "900000", 8 "bundle-name": "com.openharmony.cryptoFramework3", 9 "module-name": "entry_test" 10 }, 11 "kits": [ 12 { 13 "test-file-name": ["ActsCryptoFrameworkThreeJSFuncTest.hap"], 14 "type": "AppInstallKit", 15 "cleanup-apps": true 16 } 17 ] 18} 19