We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0fa56 commit f9a1041Copy full SHA for f9a1041
testbeats.config.json
@@ -1,6 +1,4 @@
1
{
2
- "project": "example-cypress-testbeats",
3
- "run": "E2E Tests",
4
"api_key": "{TEST_BEATS_API_KEY}",
5
"targets": [
6
@@ -9,15 +7,15 @@
9
7
"url": "{SLACK_MVP_URL}",
10
8
"title": "example-cypress-testbeats - E2E Tests",
11
"only_failures": true
12
- },
13
- "extensions": [
14
- {
15
- "name": "quick-chart-test-summary"
16
17
18
- "name": "ci-info"
19
- }
20
- ]
+ }
+ ],
+ "extensions": [
+ {
+ "name": "quick-chart-test-summary"
+ },
+ "name": "ci-info"
21
}
22
],
23
"results": [
@@ -26,4 +24,4 @@
26
24
"files": ["results/junit-*.xml"]
27
25
28
]
29
-}
+}
0 commit comments