TF006
Client requirement¶
Add the original wording of a requirement from the client
Is a test for
Initial state¶
The expected state is the final state of
TF002
Generate a PDF
Procedure¶
Step 1¶
Add the client wording of a requirement
$ cat spec.yaml
kind: requirements
category: functional
requirements:
- id: S01
short: Lorem ipsum
long: The first requirement
- id: S02
long: The second requirement
client_statement: I want this and that
Step 2¶
Regenerate the PDF and verify the client statement appears above the regular statement
$ typst compile specification.typ && open specification.pdf