Skip to content

Commit

Permalink
Merge pull request cucumber#390 from klausbayrhammer/videoEmbedding
Browse files Browse the repository at this point in the history
Added video/ogg mimetype to embedd videos in the HTMLReport
  • Loading branch information
aslakhellesoy committed Oct 8, 2012
2 parents 06a5333 + ac65242 commit edad391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/cucumber/formatter/HTMLFormatter.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class HTMLFormatter implements Formatter, Reporter {
put("image/gif", "gif");
put("image/jpeg", "jpg");
put("image/png", "png");
put("video/ogg", "ogg");
}
};

Expand Down

0 comments on commit edad391

Please sign in to comment.