polytrix.yml in polytrix-0.1.2 vs polytrix.yml in polytrix-0.1.3

- old
+ new

@@ -6,20 +6,23 @@ global_env: # global_env defines input available for all scenarios LOCALE: <%= ENV['LANG'] %> # templating is allowed FAVORITE_NUMBER: 5 suites: - Bootstrapping: + CLI: samples: - - default bootstrap - - custom bootstrap - Testing: # "Katas" is the name of the first suite - env: # These "env" values are only available within the "Katas" suite - NAME: 'Max' + - 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 - - default validation - - custom validation - Plugins: # "Tutorials" is the name of the second suite - env: - samples: - - validating - - reporting + - show + - dashboard + - custom spy report +