File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,9 @@ release:
233
233
test : test_chrome \
234
234
test_firefox \
235
235
test_chrome_standalone \
236
- test_firefox_standalone
236
+ test_firefox_standalone \
237
+ test_edge \
238
+ test_edge_standalone
237
239
238
240
239
241
test_chrome :
@@ -258,7 +260,7 @@ test_firefox_standalone:
258
260
# Its main purpose is to check that a video file was generated.
259
261
test_video : video hub chrome firefox edge
260
262
# Running a few tests with docker-compose to generate the videos
261
- for node in NodeChrome NodeFirefox ; do \
263
+ for node in NodeChrome NodeFirefox NodeEdge ; do \
262
264
cd ./tests || true ; \
263
265
echo VIDEO_TAG=$(FFMPEG_TAG_VERSION ) -$(BUILD_DATE ) > .env ; \
264
266
echo TAG=$(TAG_VERSION ) >> .env ; \
@@ -281,6 +283,7 @@ test_video: video hub chrome firefox edge
281
283
# https://superuser.com/questions/100288/how-can-i-check-the-integrity-of-a-video-file-avi-mpeg-mp4
282
284
docker run -v $$(pwd ) :$$(pwd ) -w $$(pwd ) jrottenberg/ffmpeg:4.3.1-ubuntu2004 -v error -i ./tests/videos/chrome_video.mp4 -f null - 2> error.log
283
285
docker run -v $$(pwd ) :$$(pwd ) -w $$(pwd ) jrottenberg/ffmpeg:4.3.1-ubuntu2004 -v error -i ./tests/videos/firefox_video.mp4 -f null - 2> error.log
286
+ docker run -v $$(pwd ) :$$(pwd ) -w $$(pwd ) jrottenberg/ffmpeg:4.3.1-ubuntu2004 -v error -i ./tests/videos/edge_video.mp4 -f null - 2> error.log
284
287
285
288
.PHONY : \
286
289
all \
You can’t perform that action at this time.
0 commit comments