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 "package-name": "com.acts.theme.wallpapertest", 8 "shell-timeout": "600000" 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 "target mount" 22 ] 23 }, 24 { 25 "type": "PushKit", 26 "pre-push": [ 27 "mount -o rw,remount /", 28 "mkdir -p /data/app/el2/100/base/com.acts.theme.wallpapertest/haps" 29 ], 30 "push": [ 31 "./resource/wallpaper/wp.png ->/data/app/el2/100/base/com.acts.theme.wallpapertest/haps/wp.png" 32 ] 33 } 34 ] 35} 36