Skip to content

Commit

Permalink
mod rakefile out path
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatman13 committed Feb 19, 2014
1 parent 2b5d52a commit 1daaa7a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
20 changes: 15 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
require 'cucumber/rake/task'

# Cucumber::Rake::Task.new :features do |t|
# t.cucumber_opts = '-f junit features/wgoc_check_kai.feature --out .'
# end

Cucumber::Rake::Task.new :features do |t|
t.cucumber_opts = '-f junit features/wgoc_check_kai.feature --out .'
end
t.cucumber_opts = '-f junit features/wgoc_check_kai.feature --out "C:/Documents and Settings/work/.jenkins/workspace/wg_merchant_oc_regression/"'
end

# namespace :features do
# Cucumber::Rake::Task.new(:win7) do |t|
# t.profile = "win7"
# end

Cucumber::Rake::Task.new :features_xp do |t|
t.cucumber_opts = '-f junit features/wgoc_check_kai.feature --out C:\Documents and Settings\work\.jenkins\workspace\wg_merchant_oc_regression\'
end
# Cucumber::Rake::Task.new(:xp) do |t|
# t.profile = "xp"
# end
# end
5 changes: 5 additions & 0 deletions config/cucumber.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# config/cucumber.yml
##YAML Template
---
win7: -f junit features/wgoc_check_kai.feature --out .
xp: -f junit features/wgoc_check_kai.feature --out C:/Documents and Settings/work/.jenkins/workspace/wg_merchant_oc_regression/

0 comments on commit 1daaa7a

Please sign in to comment.