morphir mck run
- Usage:
morphir mck run <FLAGS>
Run the kit against an implementation's adapter and report the results
Flags
-
--suite <SUITE>— Compatibility suite to executeChoices:
ir,metadataDefault:
ir -
--adapter <EXE>— The implementation's adapter executable. Required: there is no built-in binding and no discovery -
--adapter-arg <ARG>…— An argument for the adapter; repeat for more -
--kit <DIR>— A kit directory or vendored snapshot; the kit embedded in this CLI when omitted -
--repo-root <DIR>— Repository root thattextfences resolve against (inferred when the kit path ends in spec/ir/mck) -
--report <FILE>— Write the consolidated JSON report here -
--html <FILE>— Write a standalone HTML view of this run here -
--strict— Fail when any fence is skipped, not only when one fails -
--filter <REGEX>— Run only the cases whose id matches this Rust regular expression, unanchored -
--timeout <MS>— How long one request may wait for its answer, in millisecondsDefault:
30000 -
--session-timeout <MS>— How long the whole adapter session may last, in millisecondsDefault:
1800000