{ "description": "Configuration for MiscservicesRequestJSApiTest js api Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "600000", "bundle-name": "com.acts.requesttest", "package-name": "com.acts.requesttest",
"shell-timeout": "600000"
}, "kits": [ { "test-file-name": ["ActsRequestETSApiTest.hap"], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "mkdir -p /data/app/el2/100/base/com.acts.requesttest/haps/entry/cache", "echo \"123456\" > /data/app/el2/100/base/com.acts.requesttest/haps/entry/cache/test.txt" ] } ] }