{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "180000", "shell-timeout": "600000", "bundle-name": "com.example.actsnotificationrequesttest", "module-name": "entry_test", "testcase-timeout": 70000 }, "kits": [ { "test-file-name": [ "ActsNotificationRequestTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "power-shell wakeup", "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100", "param set persist.ace.testmode.enable 1" ] } ] }