Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
manykarim authored Mar 3, 2024
1 parent 7a1cbf0 commit ec9af7d
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions code-examples/datadriver/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -22,4 +12,4 @@
"fileName": "Login.csv"
}
]
}
}

0 comments on commit ec9af7d

Please sign in to comment.