File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments