{ "description": "Configuration for hjunit demo Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "300000", "bundle-name": "com.example.actsfeatureabilitytest", "package-name": "com.example.actsfeatureabilitytest", "shell-timeout": "600000", "testcase-timeout":"30000" }, "kits": [ { "test-file-name": [ "FinishWithResultEmptyTest.hap", "FinishWithResultPromiseParametersTest.hap", "FinishWithResultTest.hap", "GetCallingBundlePromiseTest.hap", "StartAbility.hap", "StartAbilityForResult.hap", "TerminateAbilityTest.hap", "ActsFeatureAbilityTest.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", "power-shell setmode 602" ] } ] }