playwright/.github/ISSUE_TEMPLATE/bug.md
Max Schmitt c2cd963407
chore: added envinfo to the bug issue template (#2237)
* chore: added envinfo to the bug issue template

* Update bug.md

Co-authored-by: Arjun Attam <arjunattam@gmail.com>
2020-08-28 16:24:42 -07:00

834 B

name about title labels assignees
Bug Report Something doesn't work like it should? Tell us! [BUG]

Context:

  • Playwright Version: [what Playwright version do you use?]
  • Operating System: [e.g. Windows, Linux or Mac]
  • Node.js version: [e.g. 10.12, 10.14]
  • Browser: [e.g. All, Chromium, Firefox, WebKit]
  • Extra: [any specific details about your environment]

Code Snippet

Help us help you! Put down a short code snippet that illustrates your bug and that we can run and debug locally. For example:

const {chromium, webkit, firefox} = require('playwright');

(async () => {
  const browser = await chromium.launch();
  // ...
})();

Describe the bug

Add any other details about the problem here.