--- implementors: polytrix: language: 'ruby' basedir: 'samples/' global_env: # global_env defines input available for all scenarios LOCALE: <%= ENV['LANG'] %> # templating is allowed FAVORITE_NUMBER: 5 suites: CLI: samples: - clone - detect - bootstrap - exec - verify - test Spies: samples: - built in spies - custom spies Reports: # "Katas" is the name of the first suite samples: # samples defines the individual tests in a suite - show - dashboard - custom spy report