Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (28 loc) · 1.16 KB

##Development Modify code on gh-pages branch

##Usage Spec viewer hosted at this link

Paste yaml spec in text area to see all requirements, specifications and tests

##Format

categories:
  - name: Category Name
    regulatory: ISO 60601, ISO 62366
    subcategories:
      - name: Subcategory Name
        requirements:
          - description: Requirements should contain 'must' or 'should' or similar
            specifications:
              - description: Specification will contain text about how requirement will be met
                tests:
                  - method: Test Procedure (12345)
                    result: Test Report (12346)
                    criteria: Test passes
                    unit: Backend
                    dependencies: unit #unused atm, use for dependencies between groups of tests in CI system

##Autogenerated CSVs for documentation