You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thought I'd throw this out there for anyone about who is experienced in testing graphical apps across multiple Linux distributions. Are there automated tools for this sort of thing? I know of OpenQA but I'm not sure it handles apps as such.
I would like to set up tests for Mending Wall (on e.g. CircleCI) along the lines of:
Have a container for a particular Linux distribution.
Build and install Mending Wall.
Launch it (by dbus perhaps, if there is no way to do this headless).
Test that switching on and off the options behaves as expected, and turning off all options ends the background process (again, could be done by dbus if there is no way to do this headless).
Test that when the user logs in, the background process starts.
Test that when the user logs out, the background process ends.
Steps 1-4 seem straightforward. It's steps 5-6 that simulate a user logging in and logging out where I'm wondering whether there are tools to help with this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Thought I'd throw this out there for anyone about who is experienced in testing graphical apps across multiple Linux distributions. Are there automated tools for this sort of thing? I know of OpenQA but I'm not sure it handles apps as such.
I would like to set up tests for Mending Wall (on e.g. CircleCI) along the lines of:
Steps 1-4 seem straightforward. It's steps 5-6 that simulate a user logging in and logging out where I'm wondering whether there are tools to help with this.
Beta Was this translation helpful? Give feedback.
All reactions