Skip to content

Instantly share code, notes, and snippets.

View nikitenich's full-sized avatar

Ilya Nikitenkov nikitenich

View GitHub Profile

Keybase proof

I hereby claim:

  • I am nikitenich on github.
  • I am nikitenich (https://keybase.io/nikitenich) on keybase.
  • I have a public key ASBrhy22hw4VwUzS9ndv5a9HSj_KUGPMea_yasv3st5vhQo

To claim this, I am signing this object:

@nikitenich
nikitenich / cucumber4_list_tags.rb
Created September 23, 2020 09:01
Cucumber list features tags
# Usage:
# place cucumber4_list_tags.rb to your features/support folder;
# run cucumber path_to_feature_files -d -f Cucumber::Formatter::ListTags
require 'cucumber/formatter/console'
require 'cucumber/formatter/io'
require 'cucumber/formatter/ast_lookup'
module Cucumber
module Formatter