diff --git a/manifests/nodejs.yml b/manifests/nodejs.yml index 0f3b521ff6f..8400808b306 100644 --- a/manifests/nodejs.yml +++ b/manifests/nodejs.yml @@ -82,6 +82,7 @@ refs: - &ref_5_81_0 '>=5.81.0' - &ref_5_82_0 '>=5.82.0' - &ref_5_83_0 '>=5.83.0' + - &ref_5_85_0 '>=5.85.0' # Debugger: Capture expressions support manifest: tests/ai_guard/test_ai_guard_sdk.py::Test_ContentParts: missing_feature tests/ai_guard/test_ai_guard_sdk.py::Test_Evaluation: @@ -1371,6 +1372,16 @@ manifest: tests/auto_inject/test_auto_inject_install.py::TestContainerAutoInjectInstallScriptAppsec: *ref_5_43_0 tests/auto_inject/test_auto_inject_install.py::TestHostAutoInjectInstallScriptAppsec: *ref_5_43_0 tests/auto_inject/test_auto_inject_install.py::TestSimpleInstallerAutoInjectManualAppsec: *ref_5_43_0 + tests/debugger/test_debugger_capture_expressions.py::Test_Debugger_Line_Capture_Expressions: + - weblog_declaration: + "*": irrelevant + express4: *ref_5_85_0 + express4-typescript: *ref_5_85_0 + express5: *ref_5_85_0 + fastify: *ref_5_85_0 + nextjs: irrelevant + uds-express4: *ref_5_85_0 + tests/debugger/test_debugger_capture_expressions.py::Test_Debugger_Method_Capture_Expressions: missing_feature tests/debugger/test_debugger_code_origins.py::Test_Debugger_Code_Origins: - weblog_declaration: "*": irrelevant diff --git a/tests/debugger/test_debugger_capture_expressions.py b/tests/debugger/test_debugger_capture_expressions.py index e7d236451e2..245072b36d0 100644 --- a/tests/debugger/test_debugger_capture_expressions.py +++ b/tests/debugger/test_debugger_capture_expressions.py @@ -190,7 +190,6 @@ def test_complex_capture_expressions(self): @features.debugger_line_probe @scenarios.debugger_probes_snapshot @missing_feature(context.library == "php", reason="Not yet implemented", force_skip=True) -@missing_feature(context.library == "nodejs", reason="Not yet implemented", force_skip=True) @missing_feature(context.library == "golang", reason="Not yet implemented", force_skip=True) @missing_feature(context.library < "java@1.59.0", reason="DEBUG-4929", force_skip=True) class Test_Debugger_Line_Capture_Expressions(BaseDebuggerCaptureExpressionsTest): diff --git a/tests/debugger/utils.py b/tests/debugger/utils.py index 1f1384980e2..0e46bcb884b 100644 --- a/tests/debugger/utils.py +++ b/tests/debugger/utils.py @@ -109,8 +109,7 @@ class BaseDebuggerTest: rc_states: list[remote_config.RemoteConfigStateResults] = [] prev_payloads: list[dict[str, Any]] = [] weblog_responses: list = [] - - setup_failures: list + setup_failures: list = [] use_debugger_endpoint: bool = False