mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-05-11 14:44:57 +00:00
ca8128b195
Signed-off-by: strawberry <strawberry@puppygock.gay>
17 lines
453 B
Markdown
17 lines
453 B
Markdown
# Complement
|
|
|
|
## What's that?
|
|
|
|
Have a look at [its repository](https://github.com/matrix-org/complement).
|
|
|
|
## How do I use it with Conduit?
|
|
|
|
The script at [`../bin/complement`](../bin/complement) has automation for this.
|
|
It takes a few command line arguments:
|
|
|
|
- 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"`
|