|
| 1 | +name: 🐛 Bug Report |
| 2 | +description: File a bug report |
| 3 | +title: "[🐛 Bug]: " |
| 4 | +labels: [ bug, needs-triaging ] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for taking the time to fill out this bug report! |
| 10 | + - type: textarea |
| 11 | + id: what-happened |
| 12 | + attributes: |
| 13 | + label: What happened? |
| 14 | + description: | |
| 15 | + Describe clearly and concisely the bug including instructions showing how to reproduce it. |
| 16 | + placeholder: | |
| 17 | + Please add as many details as possible to avoid assumptions from our side. How do you |
| 18 | + trigger this bug? What did you expect to happen? Please walk us through it step by step. |
| 19 | +
|
| 20 | + Notes: |
| 21 | +
|
| 22 | + If the issue is with Google Chrome consider logging an issue with ChromeDriver instead: |
| 23 | + https://bugs.chromium.org/p/chromedriver |
| 24 | +
|
| 25 | + If the issue is with Firefox GeckoDriver (aka Marionette) consider logging an issue with |
| 26 | + Mozilla: https://bugzilla.mozilla.org/buglist.cgi?product=Testing&component=Marionette |
| 27 | +
|
| 28 | + If the issue is with Microsoft Edge consider logging an issue with Microsoft instead: |
| 29 | + https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/ |
| 30 | +
|
| 31 | + If the issue is with Safari, only Safari 10+ is supported. Please log any Safari issue |
| 32 | + with Apple: https://bugreport.apple.com/ |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + - type: textarea |
| 36 | + id: repro-command |
| 37 | + attributes: |
| 38 | + label: Command used to start Selenium Grid with Docker |
| 39 | + description: | |
| 40 | + What command do you use to start Selenium Grid with Docker? |
| 41 | + placeholder: | |
| 42 | + Please share the code script to reproduce the issue. If more than one file is needed, |
| 43 | + create a GitHub repository and share the link. |
| 44 | + This will be automatically formatted into code, so no need for backticks. |
| 45 | +
|
| 46 | + Be sure to include an SSCCE (Short, Self Contained, Correct |
| 47 | + [compilable] example) http://sscce.org/ |
| 48 | +
|
| 49 | + Issues without a reproduction script are likely to stall and eventually be closed. |
| 50 | + render: shell |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + - type: textarea |
| 54 | + id: logs |
| 55 | + attributes: |
| 56 | + label: Relevant log output |
| 57 | + description: | |
| 58 | + Please copy and paste any relevant log output. This will be automatically formatted, so |
| 59 | + no need for backticks. |
| 60 | + render: shell |
| 61 | + validations: |
| 62 | + required: true |
| 63 | + - type: input |
| 64 | + id: operating-system |
| 65 | + attributes: |
| 66 | + label: Operating System |
| 67 | + description: What host operating system are you using to run Selenium? |
| 68 | + placeholder: Windows 10? macOS BigSur? Ubuntu? |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + - type: input |
| 72 | + id: selenium-version |
| 73 | + attributes: |
| 74 | + label: Selenium version |
| 75 | + description: What version of Selenium are you using? |
| 76 | + placeholder: 4.0.0? Please use the full version number. |
| 77 | + validations: |
| 78 | + required: true |
| 79 | + - type: input |
| 80 | + id: browser-versions |
| 81 | + attributes: |
| 82 | + label: What are the browser(s) and version(s) where you see this issue? |
| 83 | + description: What browser and versions are you using? |
| 84 | + placeholder: Example - Chrome 90, Firefox 88, etc. |
| 85 | + validations: |
| 86 | + required: true |
| 87 | + - type: input |
| 88 | + id: browser-driver-versions |
| 89 | + attributes: |
| 90 | + label: What are the browser driver(s) and version(s) where you see this issue? |
| 91 | + description: What browser driver(s) are you using? |
| 92 | + placeholder: Example - ChromeDriver 94.0.4606.61, GeckoDriver 0.30.0, etc. |
| 93 | + validations: |
| 94 | + required: true |
| 95 | + - type: input |
| 96 | + id: selenium-grid-version |
| 97 | + attributes: |
| 98 | + label: Are you using Selenium Grid? |
| 99 | + description: What version of Selenium Grid are you using? |
| 100 | + placeholder: Example - 4.0.0 |
0 commit comments