Playwright: Difference between revisions

Increased clarity, added summary of Playwright
Tags: Mobile edit Mobile web edit
Notes: Use gender neutral language, capitalize Playwright
Tags: Mobile edit Mobile web edit
Line 269: Line 269:
</syntaxHighlight>
</syntaxHighlight>


=== Hints ===
=== Notes ===
* VSCode plugin playwright currently does not support bun. Stick to nodejs for now if you are a GUI guy.
* The [https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright Playwright Test for VSCode] extension does not currently support Bun. The Node.js runtime may be used instead.
* playwright version 1.58 seems to be the first version where the command <code>bun --bun playwright test</code> works
* Playwright version 1.58 is the first version where the command <code>bun --bun playwright test</code> works.
* see also https://github.com/MBanucu/bun-playwright-nix
* see also https://github.com/MBanucu/bun-playwright-nix