{
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "1800000",
"shell-timeout": "1500000",
"testcase-timeout": "900000",
"bundle-name": "com.openharmony.cryptoFramework1.static",
"module-name": "entry"
},
"kits": [
{
"test-file-name": [
"ActsCryptoFrameworkJSNormalStaticTest.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": [
"ActsCryptoFrameworkJSNormalStaticTest.hap -> /data/local/tmp/xts-test/ActsCryptoFrameworkJSNormalStaticTest.hap"
]
}
]
}