From 3b11a51361d65c95e0d196c456757a443d0b204d Mon Sep 17 00:00:00 2001 From: MgnMtn Date: Mon, 10 Aug 2026 15:53:21 +0100 Subject: [PATCH] docs: execution --- docs/source/adding-execution-and-evaluation.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/adding-execution-and-evaluation.rst b/docs/source/adding-execution-and-evaluation.rst index 6869b31..e44ebc4 100644 --- a/docs/source/adding-execution-and-evaluation.rst +++ b/docs/source/adding-execution-and-evaluation.rst @@ -1,2 +1,9 @@ Adding an Execution and Evaluation Module ========================================= + +Users can add test runners and test execution frameworks to enable *multiplex* to execute and evaluate mutants in a diverse set of projects. + +Using the ``maven`` test runner as an example, users can specifiy how *multiplex* should execute the mutants. + +The user should specify the CLI commands that *multiplex* requires to execute the test suite using the framework and ensure the relevant file paths are specified. +