1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "600000", 6 "bundle-name": "com.ohos.actsfaabilitydisplayorientationtest", 7 "package-name": "com.ohos.actsfaabilitydisplayorientationtest_test", 8 "moduleName": "entry_test", 9 "shell-timeout": "600000", 10 "testcase-timeout": "30000" 11 }, 12 "kits": [ 13 { 14 "test-file-name": [ 15 "ActsOrientationTest.hap", 16 "ActsOrientationSecHelper.hap", 17 "ActsOrientationMainHelper.hap", 18 "ActsOrientationFeatureHelper.hap" 19 ], 20 "type": "AppInstallKit", 21 "cleanup-apps": true 22 },{ 23 "type": "ShellKit", 24 "run-command": [ 25 "power-shell wakeup", 26 "power-shell setmode 602" 27 ] 28 } 29 ] 30}