Created
April 5, 2019 12:50
-
-
Save wellavelino/d2196c3f8cbe23373ad0f2aba05f3427 to your computer and use it in GitHub Desktop.
rakee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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