1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "1200000", 6 "shell-timeout": "900000", 7 "testcase-timeout": "600000", 8 "bundle-name": "com.openharmony.certificateframework2", 9 "package-name": "com.openharmony.certificateframework2" 10 }, 11 "kits": [ 12 { 13 "test-file-name": ["ActsCertFrameworkTwoJSNormalTest.hap"], 14 "type": "AppInstallKit", 15 "cleanup-apps": true 16 }, 17 { 18 "type": "ShellKit", 19 "run-command": [ 20 "remount", 21 "mkdir -p /data/local/tmp/xts-test", 22 "chmod 777 -R /data/local/tmp/xts-test" 23 ] 24 }, 25 { 26 "type": "PushKit", 27 "push": [ 28 "ActsCertFrameworkTwoJSNormalTest.hap -> /data/local/tmp/xts-test/ActsCertFrameworkTwoJSNormalTest.hap" 29 ] 30 } 31 ] 32} 33