From 01db29e5622492ccdbb58d5c877f225ee7515abd Mon Sep 17 00:00:00 2001 From: LuigiCerone Date: Thu, 19 Jun 2025 09:03:06 +0200 Subject: [PATCH] doc: update testing behavior file with k8s exec mode --- docs/configuration/testing-behavior.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/testing-behavior.rst b/docs/configuration/testing-behavior.rst index 86a9a877f0..fdd4fd47fb 100644 --- a/docs/configuration/testing-behavior.rst +++ b/docs/configuration/testing-behavior.rst @@ -54,7 +54,7 @@ Warning Behavior .. note:: - As of now, this feature is only available for the default execution mode ``local`` and for ``virtualenv`` + As of now, this feature is only available for the default execution mode ``local``, ``virtualenv`` and ``kubernetes`` Cosmos enables you to receive warning notifications from tests and process them using a callback function. The ``on_warning_callback`` parameter adds two extra context variables to the callback function: ``test_names`` and ``test_results``.