feat: evals configuration

This commit is contained in:
nuno maduro
2026-07-07 19:10:35 +01:00
parent 33e3bf2888
commit 7b18287374
+8
View File
@@ -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.
*/