Skip to content

Commit

Permalink
Remove unecessary dependencies and arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
manykarim authored Jul 31, 2024
1 parent a8a2bc5 commit 4e3f032
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions code-examples/core/bdd-syntax/config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
{
"name": "BDD Syntax",
"description": "readme.md",
"requirements": [
"robotframework==7.0",
"robotframework-stacktrace",
"robotframework-retryfailed"
],
"robotArgs": {
"loglevel": "TRACE",
"listener": [
"RetryFailed",
"RobotStackTracer"
]
},
"files": [
{
"fileName": "BDD.robot"
Expand Down

0 comments on commit 4e3f032

Please sign in to comment.