From 392e3b146b5f28f2806910b15e4a30cb65279d52 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov <52702497+ivanmolodec@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:46:26 +0300 Subject: [PATCH] Update vrunner.json --- tools/vrunner.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/vrunner.json b/tools/vrunner.json index 99a7ac85..aaa7714c 100644 --- a/tools/vrunner.json +++ b/tools/vrunner.json @@ -5,11 +5,15 @@ "--db-user": "", "--db-pwd": "", "--workspace": ".", - "--ordinaryapp": "0" + "--ordinaryapp": "0", + "--additional": "/debug -http -attach /debuggerURL http://localhost:1550" }, "vanessa": { "--vanessasettings": "./tools/VBParams.json", "--pathvanessa": "./oscript_modules/vanessa-automation-single/vanessa-automation-single.epf", "--additional": "/DisplayAllFunctions /L ru" + }, + "xunit": { + "--testclient-additional": "/debug -http -attach /debuggerURL http://localhost:1550" } -} \ No newline at end of file +}