From 7b18287374c58c19dfe8b16db2b3391d6a1ae748 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Tue, 7 Jul 2026 19:10:35 +0100 Subject: [PATCH] feat: evals configuration --- src/Configuration.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Configuration.php b/src/Configuration.php index 3290bcf3..a0ee2c40 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -119,6 +119,14 @@ final readonly class Configuration return new Browser\Configuration; } + /** + * Gets the evals configuration. + */ + public function evals(): Evals\Configuration + { + return new Evals\Configuration; + } + /** * Gets the TIA (Test Impact Analysis) configuration. */