kythera test
On this page
NAME
kythera-test-command
- Run the artifact’s tests.
DESCRIPTION
This Rust command represents the CLI arguments for the Kythera test command.
USAGE
kythera test [OPTIONS] <Path to artifacts>
OPTIONS
--verbosity, -v
Set the verbosity level of the traces. Increase the verbosity by passing multiple times (e.g., -v, -vv, -vvv).
Verbosity levels:
- 2: Print execution traces for failing tests.
- 3: Print execution traces for all tests.
--gas-report
Print gas reports.
EXAMPLE
- Run the tests:
kythera test path/to/artifacts
- Run the test and print all traces with gas reports:
kythera test -vvv --gas-report path/to/artifacts