openfasttrace
openfasttrace copied to clipboard
Open source requirement tracing suite
Closes #336
`provides` tags in `module-info.java` files are required by ServiceLoader when using modules. See [ServiceLoader documentation](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/ServiceLoader.html) / section "Deploying service providers as modules".
# Description HTML report of OFT does not start with summary. ## Steps to Reproduce 1. configure pom to use HTML output, see [usage](https://github.com/itsallcode/openfasttrace-maven-plugin#usage) 2. run ``mvn openfasttrace:trace --projects .``...
Added XML namespace support for specobject format, added test cases and extended user guide as necessary to resolve #299.
See discussion at https://github.com/itsallcode/openfasttrace/pull/298#discussion_r699438133
**Is your feature request related to a problem? Please describe.** When investigating tracing errors it is sometimes hard to find the file containing the requirement or source code. **Describe the...
# Description ``` [ERROR] Failures: [ERROR] TestOriginLinkFormatter.testFormatAbsoluteUnixPathWithSpecialCharacters:104->assertPathAndLineRenderedToSpan:59 Expected: "/fo o/bär/baz:12345678" but: was "/fo o/bär/baz:12345678" ``` ## Steps to Reproduce `mvn clean test` under macOS
# Description When I run this command `java -jar "$tmp_file" trace -o html > report.html`, the report is green:  When I run this command `java -jar...
**Is your feature request related to a problem? Please describe.** We are using Markdown tables in our design spec, and they look ugly in the detail view. **Describe the solution...
**Problem** The SpecObject XML input format has a restricted set of XML elements. Projects that use the format as a general format to exchange requirements want to extend the list...