{ "description": "Configuration for filemanager Tests", "driver": { "type": "JSUnitTest", "test-timeout": "2000000", "package": "ohos.acts.storage.filemanager", "shell-timeout": "60000" }, "kits": [ { "type": "PushKit", "pre-push": [ ], "push": [ "./resource/filemanagerment/fmsdir.sh ->/storage/media/100/local/files/" ] }, { "type": "ShellKit", "run-command": [ "chmod 777 /storage/media/100/local/files/fmsdir.sh", "sh /data/media/fmsdir.sh", "setenforce 0" ], "teardown-command":[ "setenforce 1", "rm -rf /storage/media/100/local/files/*" ] }, { "test-file-name": [ "ActsStorageFilemanagerJsTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true } ] }