{ "description": "Configuration for screen capture Tests", "driver": { "type": "OHJSUnitTest", "test-timeout": "1500000", "bundle-name": "com.example.avscreencapturendkxts", "package-name": "com.example.avscreencapturendkxts", "shell-timeout": "600000", "testcase-timeout": "100000" }, "kits": [ { "test-file-name": [ "ActsScreenCaptureNdkTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "param set persist.ace.testmode.enabled 1", "power-shell wakeup", "uinput -T -m 300 2700 280 200", "power-shell setmode 602" ], "teardown-command":[ "power-shell setmode 600" ] } ] }