acceptance-test-harness icon indicating copy to clipboard operation
acceptance-test-harness copied to clipboard

Screen recording can't be opened natively on Mac

Open timja opened this issue 2 years ago • 10 comments

Jenkins and plugins versions report

What Operating System are you using (both controller, and any agents involved in the problem)?

Reproduction steps

Open a ui-recording.mov from a test result If you're on mac it will default to quicktime player, it fails to open

Expected Results

It opens

Actual Results

It doesn't

Anything else?

I'm using VLC to open them currently which works but it's the only thing I need VLC for these days...

Code is around here: https://github.com/jenkinsci/acceptance-test-harness/blob/200aafd9410b487aa184c5d92c639c3baacdc09d/src/main/java/org/jenkinsci/test/acceptance/recorder/TestRecorderRule.java#L72-L87

Found a blog post that's newer than our code here which may have some updated format: https://www.ontestautomation.com/creating-a-video-capture-of-your-selenium-tests-using-monte-screen-recorder/

timja avatar Mar 02 '23 09:03 timja