You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some tests that need to set a video element source to a video url. I need this video hosted on the same domain as the test runner to prevent cross-origin issues.
I thought I'd try adding an .mp4 video file to Kharma's "files" config. However, using the following:
I have some tests that need to set a video element source to a video url. I need this video hosted on the same domain as the test runner to prevent cross-origin issues.
I thought I'd try adding an .mp4 video file to Kharma's "files" config. However, using the following:
Kharma complains:
Is it possible for Kharma to act as a direct proxy for these files, and not care about their contents?
The text was updated successfully, but these errors were encountered: