Skip to content

Commit edad391

Browse files
committed
Merge pull request #390 from klausbayrhammer/videoEmbedding
Added video/ogg mimetype to embedd videos in the HTMLReport
2 parents 06a5333 + ac65242 commit edad391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/cucumber/formatter/HTMLFormatter.java

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public class HTMLFormatter implements Formatter, Reporter {
3939
put("image/gif", "gif");
4040
put("image/jpeg", "jpg");
4141
put("image/png", "png");
42+
put("video/ogg", "ogg");
4243
}
4344
};
4445

0 commit comments

Comments
 (0)