Skip to content

Instantly share code, notes, and snippets.

@wellavelino
Created April 5, 2019 12:50
Show Gist options
  • Save wellavelino/d2196c3f8cbe23373ad0f2aba05f3427 to your computer and use it in GitHub Desktop.
Save wellavelino/d2196c3f8cbe23373ad0f2aba05f3427 to your computer and use it in GitHub Desktop.
rakee
task :run_features, [:feature, :scenario] do |_task, args|
puts "Running #{args[:feature]} feature with #{args[:scenario]} scenarios "
sh "cucumber -t @#{args[:feature]} -t @#{args[:scenario]}""
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment