Cypress tests fail when the resulting video is larger than 1mb
Videos are stored in a kubernetes configmap object with a hard limit of 1MiB and if the limit is exceeded, the test fails.
This can be worked around by increasing the video compression rate, but this impacts the legibility of the recording.
Possible solutions include: using shared storage, breaking the videos into multiple 1mb files and reassembling them later.