Skip to content

Commit

Permalink
chore: remove project and run
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep committed Jun 30, 2024
1 parent e0c531a commit 52eb60b
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions testbeats.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"project": "example-playwright-testbeats",
"run": "E2E Tests",
"api_key": "{TEST_BEATS_API_KEY}",
"targets": [
{
Expand All @@ -9,15 +7,15 @@
"url": "{SLACK_MVP_URL}",
"title": "example-playwright-testbeats - E2E Tests",
"only_failures": true
},
"extensions": [
{
"name": "quick-chart-test-summary"
},
{
"name": "ci-info"
}
]
}
}
],
"extensions": [
{
"name": "quick-chart-test-summary"
},
{
"name": "ci-info"
}
],
"results": [
Expand All @@ -26,4 +24,4 @@
"files": ["test-results/junit.xml"]
}
]
}
}

0 comments on commit 52eb60b

Please sign in to comment.