flaky.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. name: ❅ Flaky Test
  2. description: Report a flaky test in CI
  3. title: "[Flaky CI]: "
  4. labels: ["Type: CI Flakiness"]
  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. - Visual Snapshot
  14. - Jest Snapshot
  15. - Insta Snapshot
  16. - Assertion failure
  17. - Other / Unknown
  18. validations:
  19. required: true
  20. - type: input
  21. id: job-name
  22. attributes:
  23. label: Name of Job
  24. placeholder: acceptance / acceptance (0)
  25. description: name of job as reported in the status report
  26. validations:
  27. required: true
  28. - type: input
  29. id: test-name
  30. attributes:
  31. label: Name of Test
  32. placeholder: tests/js/spec/views/settings/projectDebugFiles/customRepositories.spec.tsx
  33. description: file name or function name of failing test
  34. validations:
  35. required: false
  36. - type: input
  37. id: test-run-link
  38. attributes:
  39. label: Link to Test Run
  40. placeholder: https://github.com/getsentry/sentry/runs/5582673807
  41. description: paste the URL to a test run showing the issue
  42. validations:
  43. required: true
  44. - type: textarea
  45. id: details
  46. attributes:
  47. label: Details
  48. description: If you know anything else, please add it here