1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "60000", 6 "shell-timeout": "60000", 7 "testcase-timeout": 15000, 8 "bundle-name": "com.test.lifecycle_crossplatform_xts", 9 "module-name": "entry_test" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "commonTestAbilityApp.hap", 15 "ActsLifeCycleEtsFeatureTest.hap", 16 "ActsLifeCycleEtsTest.hap" 17 ], 18 "type": "AppInstallKit", 19 "cleanup-apps": true, 20 "run-command": [ 21 "power-shell wakeup", 22 "power-shell setmode 602", 23 "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100" 24 ] 25 } 26 ] 27}