mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-07-22 11:51:11 +02:00
docs: mark macOS supported in issue forms
This commit is contained in:
parent
2e5b044233
commit
524a5e8a61
3 changed files with 7 additions and 4 deletions
3
.github/ISSUE_TEMPLATE/01-launch-failure.yml
vendored
3
.github/ISSUE_TEMPLATE/01-launch-failure.yml
vendored
|
|
@ -25,7 +25,8 @@ body:
|
|||
options:
|
||||
- Windows 10/11 x86_64
|
||||
- Linux x86_64
|
||||
- macOS (unsupported)
|
||||
- macOS arm64
|
||||
- macOS x86_64
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
|
|
|||
|
|
@ -26,7 +26,8 @@ body:
|
|||
options:
|
||||
- Windows 10/11 x86_64
|
||||
- Linux x86_64
|
||||
- macOS (unsupported)
|
||||
- macOS arm64
|
||||
- macOS x86_64
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
|
@ -43,7 +44,7 @@ body:
|
|||
id: headless
|
||||
attributes:
|
||||
label: headless=
|
||||
description: Some bugs only repro on Windows headless=True (hidden alt-desktop path).
|
||||
description: Some bugs only repro with headless=True (hidden-window path on Windows/macOS, Xvfb on Linux).
|
||||
options:
|
||||
- "True"
|
||||
- "False"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@ body:
|
|||
options:
|
||||
- Windows 10/11 x86_64
|
||||
- Linux x86_64
|
||||
- macOS (unsupported)
|
||||
- macOS arm64
|
||||
- macOS x86_64
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue