Sha256: 0c4c39841a729706ce875e130285bd1f717991266e1280740d48136acabf467e

Contents?: true

Size: 1.12 KB

Versions: 12

Compression:

Stored size: 1.12 KB

Contents

# OATS Initialization File 
# See oats_ini.yml for other possible values to include in oats_user.yml
---
execution:

# #  Separate the folder to put 
# dir_tests: ENV['HOME'] + '/oats_tests'

  # A YAML array containing test names to be executed by OATS. Each name must
  # either be a test directory, or another YAML file which contains
  # test_files.  If an input is a YAML file, the test_files it contains
  # will be executed after merging in the YAML contents.
  test_files: [ examples/expectedException ] # C-L,R-U:rec

  # A YAML array listing YAML files describing environments to be executed for
  # each test. This is a way of multiplexing the test cases. OATS will repeat
  # the execution of each test files after merging in the oats_data from the
  # each YAML. Typical use of environments is to repeat the tests for different
  # environments or different parameters. You may also want to make a copy of
  # the environment YAML file in dir_tests/environments into your own
  # dir_environments directory and customize the E-V:rec entries for yourself.
  environments: # C-L,R-U:rec
    - qa
#    - qa_firefox

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
oats-0.1.4 doc/oats_user.yml
oats-0.1.1 doc/oats_user.yml
oats-0.1.0 doc/oats_user.yml
oats-0.0.9 doc/oats_user.yml
oats-0.0.8 doc/oats_user.yml
oats-0.0.7 doc/oats_user.yml
oats-0.0.6 doc/oats_user.yml
oats-0.0.5 doc/oats_user.yml
oats-0.0.4 doc/oats_user.yml
oats-0.0.3 doc/oats_user.yml
oats-0.0.2 doc/oats_user.yml
oats-0.0.1 doc/oats_user.yml