Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Aug 19, 2023
2 parents 61d1d43 + fabdd6f commit d44e8fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ See <RUN.md> or run
```bash
deno run -Aq --import-map [IMPORT_MAP] https://dev.cdn.unyt.org/unyt_tests/run.ts -h
```
* `--color` or `-c`: Set the color mode of the output ("rgb", "simple", or "none")
* `--reporttype`: Set the type for the report file generation, currently supported types: "junit"
* `--reportfile`: Set the path for the report output. When this option is set, a report is generated after all tests are finished.
* `--watch` or `-w`: TODO
* `--verbose` or `-v`: verbose output for debugging purposes


## Development

Expand Down

0 comments on commit d44e8fb

Please sign in to comment.