summaryrefslogtreecommitdiff
path: root/tests/test-video-audio-recording-command-structure.el
AgeCommit message (Collapse)Author
42 hourstest(video-recording): add command structure validation testsCraig Jennings
These tests verify the syntax and flags of shell commands generated for video/audio recording. They catch issues like: - Invalid wf-recorder flags (e.g., --no-audio doesn't exist) - Wrong encoder names (h264 vs libx264) - Incorrect stdout output syntax (-o - vs -f /dev/stdout) - Missing required flags (-y for auto-confirm) 18 new tests covering Wayland, X11, and audio recording command structure.