Dan Han
Dan Han
The output directory was set by the ssh name before. This update provides an argument so that users can choose the directory for processed files. This will also create the...
Currently, an "artifact" has the following predicates: packaged, published, and signed. In #143 - there is a discussion on adding - `artifact.pulled` - `deleted` - `scanned` And in #144 -...
testCaseRun currently contains an optional field for testSuiteRun. For our use cases, we always have a mapping between a test case and suite, so it would be good for us...
The current set of [values for testcaserunfinished outcomes](https://github.com/cdevents/spec/blob/main/schemas/testcaserunfinished.json#L60-L67) are "pass", "fail", "cancel", and "error". Can another enum be added for "skip"? The concept of a skipped tests is common in...