{ "description": "Configuration for resourceschedule js api Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "300000", "shell-timeout": "300000", "bundle-name": "ohos.acts.resourceschedule.taskmgr.js.function", "package-name": "ohos.acts.resourceschedule.taskmgr.js.function" }, "kits": [ { "test-file-name": [ "ActsResourcescheduleTaskMgrTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "remount", "mkdir /data/test" ] }, { "type": "PushKit", "push": [ "ContinuousTaskRelyHap.hap->/data/test/ContinuousTaskRelyHap.hap" ] }, { "type": "ShellKit", "run-command": [ "bm install -p /data/test/ContinuousTaskRelyHap.hap", "aa start -a com.example.continuoustaskserver.MainAbility -b com.example.continuoustaskserver" ], "teardown-command": [ "bm uninstall -n com.example.continuoustaskserver", "rm -rf data/test" ] } ] }