From debcfb2a6c2b3564f3b52eca4f8bb8af2bc946ee Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 24 Nov 2014 14:14:36 -0200 Subject: [PATCH] ci: run selenium tasks under Xvfb --- lib/tasks/ci.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index d53a5c7..8901dfb 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -35,7 +35,7 @@ namespace :ci do sh 'testrb', '-Itest', *tests unless tests.empty? sh 'cucumber', *features unless features.empty? - sh 'cucumber', '-p', 'selenium', *features unless features.empty? + sh 'xvfb-run', 'cucumber', '-p', 'selenium', *features unless features.empty? changed_plugins.each do |plugin| task = "test:noosfero_plugins:#{plugin}" -- libgit2 0.21.2