AppImageCommunity / pkg2appimage

Tool and recipes to convert existing deb packages to AppImage
http://appimage.org
MIT License
691 stars 213 forks source link

Automated testing and screenshotting #122

Open probonopd opened 7 years ago

probonopd commented 7 years ago
Xvfb :1 &
DISPLAY=:1
/isodevice/Applications/XChat-2.8.8-x86_64.AppImage &
import -display :1 -window root image.png
xdg-open image.png # Make screenshot

Can we send keystrokes to the Xvfb session?

probonopd commented 7 years ago

See https://travis-ci.org/dieb/spotify-lyrics/jobs/185057303#L419, looks like they are testing for it on Travis CI like we would want to do:

application launch
    ✓ shows an initial window

They are also Starting virtual X frame buffer: Xvfb. Cool!