Skip to content

chore: Add flaky test template #6786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/flaky.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: ❅ Flaky Test
description: Report a flaky test in CI
title: '[Flaky CI]: '
labels: ['Type: Tests']
body:
- type: dropdown
id: type
attributes:
label: Flakiness Type
description: What are you observing
options:
- Timeout
- Assertion failure
- Other / Unknown
validations:
required: true
- type: input
id: job-name
attributes:
label: Name of Job
placeholder: Build & Test / Nextjs (Node 10) Tests
description: name of job as reported in the status report
validations:
required: true
- type: input
id: test-name
attributes:
label: Name of Test
placeholder: suites/replay/captureReplay/test.ts
description: file name or function name of failing test
validations:
required: false
- type: input
id: test-run-link
attributes:
label: Link to Test Run
placeholder: https://github.com/getsentry/sentry/runs/5582673807
description: paste the URL to a test run showing the issue
validations:
required: true
- type: textarea
id: details
attributes:
label: Details
description: If you know anything else, please add it here