Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-tbd committed Dec 12, 2023
1 parent a7ce7b5 commit ed57049
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions reports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@ This tool reads junit XML reports from different SDKs and generates an HTML repo

## Current Status

`./cmd/build-html` will iterate over each directory in `result-files`. each directory should contain:

* `sdk.json`: a JSON file describing which SDK these test files came from and optionally overriding the names of some tests or testsuites
* `*.xml`: one or more `.xml` files in junit XML report format describing the results of the test

Once it reads all files, it will write `_site/index.html`
<!-- TODO: screenshot -->
`./cmd/build-html` will iterate over the zip files in `result-files` where it expects to find junit-forat test results in files with names ending in `.xml`.
It will read all junit results in all zips and produce a report to `_site/index.html`

0 comments on commit ed57049

Please sign in to comment.