1{ 2 "description": "Configuration for aceceshi Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "600000", 6 "bundle-name": "com.example.uiextensiontest", 7 "module-name": "entry", 8 "shell-timeout": "600000", 9 "testcase-timeout": "30000" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsUIExtensionTest.hap", 15 "UIExtensionProvider.hap", 16 "StartAbilityByUIContentSession.hap", 17 "UIExtensionProvider2.hap", 18 "UIExtensionProvider3.hap", 19 "UIExtensionService.hap" 20 ], 21 "type": "AppInstallKit", 22 "cleanup-apps": true 23 }, 24 { 25 "type": "ShellKit", 26 "run-command": [ 27 "setenforce 0" 28 ] 29 } 30 ] 31}