scaffold/config_files/Rakefile in bddfire-1.9.8 vs scaffold/config_files/Rakefile in bddfire-1.9.9
- old
+ new
@@ -62,11 +62,9 @@
Cucumber::Rake::Task.new(:testingbot) do |t|
t.cucumber_opts = 'features -p testingbot --format pretty --profile html '
end
Cucumber::Rake::Task.new(:appium) do |t|
- puts '===== Make sure you have started Appium server in the background====='
- puts '===== You can start it with rake task start_appium ....====='
t.cucumber_opts = "features -p appium_android_web ADB_SERIAL=#{ADB_SERIAL} --format pretty --profile html "
end
task :cuke_sniffer do
sh 'bundle exec cuke_sniffer --out html reports/cuke_sniffer.html'