1{ 2 "description": "Configuration for resourceschedule js api Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "300000", 6 "shell-timeout": "300000", 7 "bundle-name": "ohos.acts.resourceschedule.deviceusagestatisticsjsunit.js.function", 8 "package-name": "ohos.acts.resourceschedule.deviceusagestatisticsjsunit.js.function" 9 }, 10 "kits": [ 11 { 12 "type": "ShellKit", 13 "run-command": [ 14 "power-shell wakeup", 15 "wait 3", 16 "uinput -T -m 300 2700 2800 200" 17 ] 18 }, 19 { 20 "test-file-name": [ 21 "ActsResourcescheduleDeviceUsageStatisticsJsunitTest.hap" 22 ], 23 "type": "AppInstallKit", 24 "cleanup-apps": true 25 } 26 ] 27}