{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "1200000", "shell-timeout": "900000", "testcase-timeout": "600000", "bundle-name": "com.openharmony.certificateframework2", "package-name": "com.openharmony.certificateframework2" }, "kits": [ { "test-file-name": ["ActsCertFrameworkTwoJSNormalTest.hap"], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "remount", "mkdir -p /data/local/tmp/xts-test", "chmod 777 -R /data/local/tmp/xts-test" ] }, { "type": "PushKit", "push": [ "ActsCertFrameworkTwoJSNormalTest.hap -> /data/local/tmp/xts-test/ActsCertFrameworkTwoJSNormalTest.hap" ] } ] }