1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-28 10:48:30 +00:00
continuwuity/tests/complement/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
453 B
Markdown
Raw Normal View History

# Complement
2023-01-26 18:28:33 +01:00
## What's that?
2023-01-26 18:28:33 +01:00
Have a look at [its repository](https://github.com/matrix-org/complement).
2023-01-26 18:28:33 +01:00
## How do I use it with Conduit?
2023-01-26 18:28:33 +01:00
The script at [`../bin/complement`](../bin/complement) has automation for this.
It takes a few command line arguments:
2023-01-26 18:28:33 +01:00
- Path to Complement's source code
- A `.jsonl` file to write test logs to
- A `.jsonl` file to write test results to
Example: `./bin/complement "../complement" "logs.jsonl" "results.jsonl"`