1{ 2 "description": "Configuration for settings Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "com.open.harmony.settings", 7 "module-name": "phone", 8 "shell-timeout": "600000" 9 }, 10 "kits": [{ 11 "test-file-name": [ 12 "ActsSettingsEtsTest.hap" 13 ], 14 "type": "AppInstallKit", 15 "cleanup-apps": true 16 }, { 17 "type": "ShellKit", 18 "run-command": [ 19 "power-shell wakeup", 20 "power-shell setmode 602" 21 ] 22 }] 23}