2024-01-28 18:53:27 -05:00
|
|
|
# Complement
|
2023-01-26 18:28:33 +01:00
|
|
|
|
2024-01-28 18:53:27 -05:00
|
|
|
## What's that?
|
2023-01-26 18:28:33 +01:00
|
|
|
|
2024-01-28 18:53:27 -05:00
|
|
|
Have a look at [its repository](https://github.com/matrix-org/complement).
|
2023-01-26 18:28:33 +01:00
|
|
|
|
2024-01-28 18:53:27 -05:00
|
|
|
## How do I use it with Conduit?
|
2023-01-26 18:28:33 +01:00
|
|
|
|
2024-01-28 18:53:27 -05:00
|
|
|
The script at [`../bin/complement`](../bin/complement) has automation for this.
|
2024-04-13 20:35:32 -04:00
|
|
|
It takes a few command line arguments:
|
2023-01-26 18:28:33 +01:00
|
|
|
|
2024-04-13 20:35:32 -04: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"`
|