1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "300000", 6 "bundle-name": "liubea.com.myapplication.teststartapp", 7 "module-name": "entry_test", 8 "shell-timeout": "300000", 9 "testcase-timeout": 30000 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsAaStartAbilityTest.hap", 15 "ActsAbilityHap.hap" 16 ], 17 "type": "AppInstallKit", 18 "cleanup-apps": true 19 }, 20 { 21 "type": "ShellKit", 22 "run-command": [ 23 "remount", 24 "chmod 644 /data/*.hap", 25 "setenforce 0" 26 ], 27 "teardown-command": [ 28 "setenforce 1" 29 ] 30 }, 31 { 32 "type": "PushKit", 33 "push": [ 34 "ActsAbilityFeature.hap->/data/ActsAbilityFeature.hap" 35 ] 36 } 37 ] 38}