Closed ByteOtter closed 3 months ago
Update: With the changes of PR #7 we cre able to receive screenshots of the remote worker.
However, due to how VNC works, we are only able to get the delta of screenshots upon subsequent read_screen
calls.
This should be addressed in the future.
Fixed by #8
openQA Version
master
Impacted library
isototest
Proposal
To validate output we must be able to see the screen of the test worker/VM. To do so, we might be able to leverage the
VncEvent
of thevnc-rs
crate to take a screenshot of the test machine.Subtasks: