@@ -7,17 +7,34 @@ assignees: ''
7
7
8
8
---
9
9
10
- ** Context:**
11
- - Playwright Version: [ what Playwright version do you use?]
12
- - Operating System: [ e.g. Windows, Linux or Mac]
13
- - Python version: [ e.g. 3.8, 3.9]
14
- - Browser: [ e.g. All, Chromium, Firefox, WebKit]
15
- - Extra: [ any specific details about your environment]
10
+ <!-- ⚠️⚠️ Do not delete this template ⚠️⚠️ -->
16
11
17
- ** Code Snippet**
12
+ <!-- 🔎 Search existing issues to avoid creating duplicates. -->
13
+ <!-- 🧪 Test using the latest Playwright release to see if your issue has already been fixed -->
14
+ <!-- 💡 Provide enough information for us to be able to reproduce your issue locally -->
18
15
19
- Help us help you! Put down a short code snippet that illustrates your bug and
20
- that we can run and debug locally.
16
+ ### System info
17
+ - Playwright Version: [ v1.XX]
18
+ - Operating System: [ All, Windows 11, Ubuntu 20, macOS 13.2, etc.]
19
+ - Browser: [ All, Chromium, Firefox, WebKit]
20
+ - Other info:
21
+
22
+ ### Source code
23
+
24
+ - [ ] I provided exact source code that allows reproducing the issue locally.
25
+
26
+ <!-- For simple cases, please provide a self-contained test file along with the config file -->
27
+ <!-- For larger cases, you can provide a GitHub repo you created for this issue -->
28
+ <!-- If we can not reproduce the problem locally, we won't be able to act on it -->
29
+ <!-- You can still file without the exact code and we will try to help, but if we can't repro, it will be closed -->
30
+
31
+ ** Link to the GitHub repository with the repro**
32
+
33
+ [ https://github.com/your_profile/playwright_issue_title ]
34
+
35
+ or
36
+
37
+ ** Test file (self-contained)**
21
38
22
39
``` python
23
40
from playwright.sync_api import sync_playwright
@@ -28,6 +45,14 @@ with sync_playwright() as p:
28
45
browser.close()
29
46
```
30
47
31
- ** Describe the bug**
48
+ ** Steps**
49
+ - [ Run the test]
50
+ - [ ...]
51
+
52
+ ** Expected**
53
+
54
+ [ Describe expected behavior]
55
+
56
+ ** Actual**
32
57
33
- Add any other details about the problem here.
58
+ [ Describe actual behavior ]
0 commit comments