OptionalchecksAd-hoc integration-check module to preload (config testing.checkModules is the durable form).
OptionaldelayDelay in milliseconds between test executions. Useful for avoiding rate limits (e.g., Auth0 brute-force protection).
OptionalfailOptionalflakyRun each test N times to detect flakiness via score variance. Tests with score variance > 0.3 across iterations are flagged [FLAKY]. Recommended: 3 (statistical minimum), 5 (more reliable detection).
OptionalformatOptionalmaxMaximum number of parallel workers (default 4).
OptionalnameOptionaloraclesPath to a CommonJS or ESM module that exports custom IOracle classes
or instances. Each exported oracle is registered on the engine before
the test/suite runs — used by non-MJ adopters (Mode C) to plug their
own oracle types without modifying TestingFramework.
OptionaloutputOptionalparallelOptionalsequenceOptionalvarVariable values to pass to all tests in the suite (format: name=value) Can be specified multiple times for multiple variables
Optionalverbose
Flags for suite command