1{ 2 "description": "Configuration for screen capture Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "1500000", 6 "bundle-name": "com.example.avscreencapturendkxts", 7 "package-name": "com.example.avscreencapturendkxts", 8 "shell-timeout": "600000", 9 "testcase-timeout": "100000" 10 }, 11 "kits": [ 12 { 13 "test-file-name": [ 14 "ActsScreenCaptureNdkTest.hap" 15 ], 16 "type": "AppInstallKit", 17 "cleanup-apps": true 18 }, 19 { 20 "type": "ShellKit", 21 "run-command": [ 22 "param set persist.ace.testmode.enabled 1", 23 "power-shell wakeup", 24 "uinput -T -m 300 2700 280 200", 25 "power-shell setmode 602" 26 ], 27 "teardown-command":[ 28 "power-shell setmode 600" 29 ] 30 } 31 ] 32} 33