1{ 2 "description": "Configuration for wallpaper js api Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "600000", 6 "bundle-name": "com.acts.theme.wallpapertest", 7 "shell-timeout": "600000", 8 "module-name": "entry_test" 9 }, 10 "kits": [ 11 { 12 "test-file-name": [ 13 "ActsWallpaperETSApiTest.hap" 14 ], 15 "type": "AppInstallKit", 16 "cleanup-apps": true 17 }, 18 { 19 "type": "ShellKit", 20 "run-command": [ 21 "power-shell wakeup", 22 "power-shell setmode 602", 23 "uinput -T -m 300 720 300 360 200", 24 "uinput -T -m 650 2760 650 1380 200" 25 ] 26 }, 27 { 28 "type": "PushKit", 29 "pre-push": [ 30 "mount -o rw,remount /", 31 "mkdir -p /data/app/el2/100/base/com.acts.theme.wallpapertest/haps" 32 ], 33 "push": [ 34 "./resource/wallpaper/wp.png ->/data/app/el2/100/base/com.acts.theme.wallpapertest/haps/wp.png" 35 ] 36 } 37 ] 38} 39