Open ethercrow opened 9 years ago
I've just read http://www.drmaciver.com/2015/05/using-tmux-to-test-your-console-applications/ and can think of three kinds of tests that can be written in this manner.
tmux send-key blah
I don't know if travis jobs would handle tmux sessions though.
As the linked post says, probably want a library that does this in the background and then we can use that.
I don't see any reason why we couldn't do tmux sessions on travis.
I've just read http://www.drmaciver.com/2015/05/using-tmux-to-test-your-console-applications/ and can think of three kinds of tests that can be written in this manner.
tmux send-key blah
and check that correct Event values come in from the frontend.I don't know if travis jobs would handle tmux sessions though.