Path:
tests/integration/features/traceability_matrix/10__columns__relations_with_roles/test.itest
Lines:
17
Non-empty lines:
13
Non-empty lines covered with requirements:
13 / 13 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
#
2
# @relation(SDOC-SRS-112, scope=file)
3
#
4
5
RUN: %strictdoc export %S/input --output-dir %T | filecheck %s
6
CHECK: Published: Hello world doc #1
7
8
RUN: %check_exists --file "%T/html/traceability_matrix.html"
9
RUN: %check_exists --file "%T/html/_static/traceability_matrix_screen.css"
10
RUN: %check_exists --file "%T/html/_static/traceability_matrix_screen.js"
11
12
RUN: %cat "%T/html/traceability_matrix.html" | filecheck %s --check-prefix CHECK-HTML
13
14
CHECK-HTML:Hello world doc #1
15
CHECK-HTML:Hello world doc #2
16
CHECK-HTML:Refines
17
CHECK-HTML:REQUIREMENT_FOR