From ec9af7df9469ef5165c96d9d60071387d52283cb Mon Sep 17 00:00:00 2001 From: Many Kasiriha <61293164+manykarim@users.noreply.github.com> Date: Sun, 3 Mar 2024 21:16:13 +0100 Subject: [PATCH] Update config.json --- code-examples/datadriver/config.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/code-examples/datadriver/config.json b/code-examples/datadriver/config.json index 7fdae89f..9fe20a00 100644 --- a/code-examples/datadriver/config.json +++ b/code-examples/datadriver/config.json @@ -2,18 +2,8 @@ "name": "DataDriver", "description": "readme.md", "requirements": [ - "robotframework==6.0", - "robotframework-datadriver", - "robotframework-stacktrace", - "robotframework-retryfailed" + "robotframework" ], - "robotArgs": { - "loglevel": "TRACE", - "listener": [ - "RetryFailed", - "RobotStackTracer" - ] - }, "files": [ { "fileName": "Login.robot" @@ -22,4 +12,4 @@ "fileName": "Login.csv" } ] -} \ No newline at end of file +}