summaryrefslogtreecommitdiffstats
path: root/cucumber/features/support
diff options
context:
space:
mode:
Diffstat (limited to 'cucumber/features/support')
-rw-r--r--cucumber/features/support/hooks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/support/hooks.rb b/cucumber/features/support/hooks.rb
index cad7fb75..1bb6cfd5 100644
--- a/cucumber/features/support/hooks.rb
+++ b/cucumber/features/support/hooks.rb
@@ -177,7 +177,7 @@ end
Before('@product') do |scenario|
$failure_artifacts = Array.new
if $config["CAPTURE"]
- video_name = sanitize_filename("#{scenario.name}.mkv")
+ video_name = sanitize_filename("#{scenario.name}.mpg")
@video_path = "#{ARTIFACTS_DIR}/#{video_name}"
capture = IO.popen(['avconv',
'-f', 'x11grab',