Current behavior:
In my cypress.json I have the following configuration:
When running my specs with cypress run the videos that are generated of the tests seems broken somehow.
I'm trying to open them on a mac (mojave) with quicktime and vlc. Quicktime can't open the file, and vlc crashes when opening it.
Current behavior:
In my
cypress.jsonI have the following configuration:{ "videoCompression":0 }When running my specs with
cypress runthe videos that are generated of the tests seems broken somehow.I'm trying to open them on a mac (mojave) with quicktime and vlc. Quicktime can't open the file, and vlc crashes when opening it.