Sha256: aeb9cdc07dcb6e87f55ba2d4608d03ee94e88bbfcbfa81322f66f8afbcd63c4a

Contents?: true

Size: 763 Bytes

Versions: 1

Compression:

Stored size: 763 Bytes

Contents

---
global_env:                          # global_env defines input available for all scenarios
  LOCALE: <%= ENV['LANG'] %>         # templating is allowed
  FAVORITE_NUMBER: 5
suites:
  Bootstrapping:
    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'
    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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
polytrix-0.1.0.pre polytrix_tests.yml