Skip to content

Commit

Permalink
Remove requirements and listener
Browse files Browse the repository at this point in the history
  • Loading branch information
manykarim authored Feb 29, 2024
1 parent b25c6fa commit 81e19de
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions code-examples/core/datadriven-syntax/config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
{
"name": "DataDriven Syntax",
"description": "readme.md",
"requirements": [
"robotframework==6.0",
"robotframework-stacktrace",
"robotframework-retryfailed"
],
"robotArgs": {
"loglevel": "TRACE",
"listener": [
"RetryFailed",
"RobotStackTracer"
]
},
"files": [
{
"fileName": "DataDriven.robot"
} ]
}
}

0 comments on commit 81e19de

Please sign in to comment.