/testspace.test.manual

Testspace Manual tests

Primary LanguageRuby

Testspace

Manual test Spec Data Repo

This Repo is a collection of specs used for:

The Repo will be continuously expanded and used for validation.


Test Plan metadata format:

testspace:
  branch: "whatever"  # default is "master"
  specs:
    - path: "/path/to/specsX"  # default is "/specs"
      exclude_patterns: 
        - "**/x*"
    - path: "/path/to/specsY"
      ignore: 
        - "**/y*"