{ "description": "Configuration for MiscservicesRequestJSApiTest js api Tests", "driver": { "type": "JSUnitTest", "test-timeout": "4200000", "package": "com.example.myapplication.hmservice", "shell-timeout": "60000" }, "kits": [ { "test-file-name": ["ActsMiscservicesRequestJSApiTest.hap"], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "mkdir -p /data/app/el2/100/base/com.example.myapplication.hmservice/haps/entry/cache", "echo \"123456\" > /data/app/el2/100/base/com.example.myapplication.hmservice/haps/entry/cache/test.txt" ] } ] }