Skip to content

Commit 4365c66

Browse files
authored
chore: Add flaky test template (#6786)
1 parent 06b3455 commit 4365c66

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE/flaky.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: ❅ Flaky Test
2+
description: Report a flaky test in CI
3+
title: '[Flaky CI]: '
4+
labels: ['Type: Tests']
5+
body:
6+
- type: dropdown
7+
id: type
8+
attributes:
9+
label: Flakiness Type
10+
description: What are you observing
11+
options:
12+
- Timeout
13+
- Assertion failure
14+
- Other / Unknown
15+
validations:
16+
required: true
17+
- type: input
18+
id: job-name
19+
attributes:
20+
label: Name of Job
21+
placeholder: Build & Test / Nextjs (Node 10) Tests
22+
description: name of job as reported in the status report
23+
validations:
24+
required: true
25+
- type: input
26+
id: test-name
27+
attributes:
28+
label: Name of Test
29+
placeholder: suites/replay/captureReplay/test.ts
30+
description: file name or function name of failing test
31+
validations:
32+
required: false
33+
- type: input
34+
id: test-run-link
35+
attributes:
36+
label: Link to Test Run
37+
placeholder: https://github.com/getsentry/sentry/runs/5582673807
38+
description: paste the URL to a test run showing the issue
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: details
43+
attributes:
44+
label: Details
45+
description: If you know anything else, please add it here

0 commit comments

Comments
 (0)