Skip to content

Commit f9a1041

Browse files
committed
chore: rm project and run from config
1 parent be0fa56 commit f9a1041

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

testbeats.config.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"project": "example-cypress-testbeats",
3-
"run": "E2E Tests",
42
"api_key": "{TEST_BEATS_API_KEY}",
53
"targets": [
64
{
@@ -9,15 +7,15 @@
97
"url": "{SLACK_MVP_URL}",
108
"title": "example-cypress-testbeats - E2E Tests",
119
"only_failures": true
12-
},
13-
"extensions": [
14-
{
15-
"name": "quick-chart-test-summary"
16-
},
17-
{
18-
"name": "ci-info"
19-
}
20-
]
10+
}
11+
}
12+
],
13+
"extensions": [
14+
{
15+
"name": "quick-chart-test-summary"
16+
},
17+
{
18+
"name": "ci-info"
2119
}
2220
],
2321
"results": [
@@ -26,4 +24,4 @@
2624
"files": ["results/junit-*.xml"]
2725
}
2826
]
29-
}
27+
}

0 commit comments

Comments
 (0)