daml/test-evidence
Claudio Bley 2acf719338
Refine "component" of asset field (#15833)
* Add "component" to `SecurityTest` entry for AbstractWebsocketServiceIntegrationTest

* Add README to test-evidence explaining the convention for components
2022-12-13 10:15:00 +01:00
..
src/main/scala/com/daml/test/evidence/generator Only warn about errors loading test suites by default (#15743) 2022-12-01 09:28:56 +01:00
BUILD.bazel Generate CSV file from all test evidences for ledger client components (#15372) 2022-11-29 12:35:22 +01:00
README.md Refine "component" of asset field (#15833) 2022-12-13 10:15:00 +01:00
test_evidence.bzl Generate CSV file from all test evidences for ledger client components (#15372) 2022-11-29 12:35:22 +01:00

Security Test Evidence

As a convention, in order to being able to group test evidence by component, the component is the part of the asset field prior to the first colon, or the whole string when there is no colon.

For example:

Asset Component
HTTP JSON API service HTTP JSON API service
OAuth2 middleware: routes OAuth2 middleware