Skip to content

Instantly share code, notes, and snippets.

View uterator's full-sized avatar

Gegham uterator

  • Yeravan
View GitHub Profile
@TeresaP
TeresaP / 01_launch.rb
Last active October 1, 2017 16:47
Code Coverage with Calabash
AfterConfiguration do |config|
CodeCoverage.clean_up_code_coverage_archive_folder
CodeCoverage.generate_lcov_baseline_info_file
end
Before do |scenario|
$calabash_launcher = Calabash::Cucumber::Launcher.launcher
CodeCoverage.clean_up_last_run_files