enkessler/cuke_slicer

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/ci.yml
.gitignore
.rspec
.rubocop.yml
.simplecov
CHANGELOG.md
CONTRIBUTING.md
Gemfile
LICENSE.txt
README.md
Rakefile
bin/console
bin/setup
cucumber.yml
cuke_slicer.gemspec
testing/cucumber/features/tag_logic.feature
testing/cucumber/features/test_case_extraction.feature
testing/cucumber/features/test_case_filtering.feature
testing/cucumber/features/validation.feature
testing/gemfiles/cuke_modeler3.gemfile
cuke_slicer_helper.rb21
cuke_slicer_project_settings.rb6
lib/cuke_slicer.rb5
lib/cuke_slicer/collections/nested_tag_collection.rb17
lib/cuke_slicer/collections/path_collection.rb16
lib/cuke_slicer/collections/tag_collection.rb18
lib/cuke_slicer/extractors/directory_extractor.rb14
lib/cuke_slicer/extractors/file_extractor.rb25
A
35 mins
lib/cuke_slicer/filters/filter_set.rb27
lib/cuke_slicer/helpers/extraction_helpers.rb32
lib/cuke_slicer/helpers/filter_helpers.rb41
lib/cuke_slicer/helpers/helpers.rb16
lib/cuke_slicer/helpers/matching_helpers.rb40
A
25 mins
lib/cuke_slicer/slicer.rb40
A
45 mins
lib/cuke_slicer/version.rb3
rakefiles/documentation_tasks.rb10
rakefiles/other_tasks.rb29
rakefiles/release_tasks.rb17
rakefiles/reporting_tasks.rb10
rakefiles/testing_tasks.rb24
testing/cucumber/step_definitions/action_steps.rb79
A
2 hrs
testing/cucumber/step_definitions/setup_steps.rb78
testing/cucumber/step_definitions/verification_steps.rb44
testing/environments/common_env.rb3
testing/environments/cucumber_env.rb19
testing/environments/rspec_env.rb18
testing/file_helper.rb18
testing/helper_methods.rb14