playwright/.github/ISSUE_TEMPLATE/bug_report.md
2020-01-30 18:21:59 -08:00

32 lines
680 B
Markdown

---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''
---
**Context:**
- PlayWright Version: (please tell us what PlayWright version do you use)
- Operating System: [e.g. Windows, Linux or Mac]
- Extra: [any other specific details about your environment]
**Code Snippet**
Help us help you! Please put down a short code snippet that illustrates your bug and
that we can run and debug locally. For example:
```javascript
const {chromium, webkit, firefox} = require('playwright');
(async () => {
const browser = await chromium.launch();
// ...
})();
```
**Describe the bug**
Add any other details about the problem here.