1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "600000", 6 "bundle-name": "ohos.audio.napitest", 7 "shell-timeout": "600000", 8 "module-name": "entry_test" 9 }, 10 "kits": [ 11 { 12 "test-file-name": [ 13 "ActsAudioNapiEtsMainTest.hap", 14 "ActsAudioNapiEtsTest.hap" 15 ], 16 "type": "AppInstallKit", 17 "cleanup-apps": true 18 }, 19 { 20 "type": "ShellKit", 21 "run-command": [ 22 "power-shell wakeup", 23 "uinput -T -m 300 2700 280 200", 24 "power-shell setmode 602", 25 "mkdir -p /data/app/el2/100/base/ohos.audio.napitest/haps/entry_test/files", 26 "chmod 777 -R /data/app/el2/100/base/ohos.audio.napitest/haps/entry_test" 27 ], 28 "teardown-command": [ 29 "power-shell setmode 600" 30 ], 31 "cleanup-apps": true 32 }, 33 { 34 "type": "PushKit", 35 "pre-push": [], 36 "push": [ 37 "./resource/audio/audioRenderer/test_44100_2.wav ->/data/app/el2/100/base/ohos.audio.napitest/haps/entry_test/files/" 38 ] 39 } 40 ] 41}