--- global_env: # global_env defines input available for all scenarios LOCALE: <%= ENV['LANG'] %> # templating is allowed suites: Katas: # "Katas" is the name of the first test suite samples: # Test scenarios within Katas - hello world - quine Environment: env: # Unlike global_env, these variables are only for the Katas suite COLOR: red samples: - echo_color