{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "300000", "bundle-name": "liubea.com.myapplication.teststartapp", "module-name": "entry_test", "shell-timeout": "300000", "testcase-timeout": 30000 }, "kits": [ { "test-file-name": [ "ActsAaStartAbilityTest.hap", "ActsAbilityHap.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "remount", "chmod 644 /data/*.hap", "setenforce 0" ], "teardown-command": [ "setenforce 1" ] }, { "type": "PushKit", "push": [ "ActsAbilityFeature.hap->/data/ActsAbilityFeature.hap" ] } ] }