openfasttrace
openfasttrace copied to clipboard
Open source requirement tracing suite
Currently only `.java` files are supported for tracing. We need to support more languages and make the file suffix configurable. @stemas implemented support for `.ts`: https://github.com/itsallcode/openfasttrace/compare/develop...stemas:feature/asciidoc
Adding a code block like: ````md ```md ## Test test 123 ``` ```` ... to the requirements file breaks the parsing. OFT seems to detect it as a new requirement....
**Problem** Importing ZIP file fails with an exception if the ZIP file contains files for which no importer is present. The behavior is specifically annoying in case of dependencies imported...
Mocks are currently configured as lenient. We refactor the unit tests and remove lenient. This was found during review of #255
I would like to mark some design or requirement elements as "not yet implemented". My suggestion is to check for elements containing this string. OFT then should not fail if...
It would be very helpful to have a command like `mvn openfasttrace:generate-design` that creates a skeleton document for a design with one design element for each requirement. A more general...
In the HTML tracing report, it would be very helpful if there were different color checkmarks for features that failed due since it has missing requirements and features that failed...
As a requirement engineer, I want to optionally define dependencies from one specification item to one or more other specification items in order to document that a specification item requires...
**Is your feature request related to a problem? Please describe.** In organizations that pass around draft documents, the a person wishing to cover a draft document must have the chance...
# Description When trying to forward a `req` artifact to an `imp` and a `utest` artifact from a Markdown file, the according implicit `dsn` artifact is not created. If I...