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. +