Talk: Playwright
From NixOS Wiki
This might be outdated and maybe unnecessary. I tried to this but the versions of the browsers getting installed are way too old and not compatible with the browsers the node playwright version wants to install.
It is better to remove the `@playwright/*` from packages.json altogether and instead install the native packages `playwright-driver` and `playwright-test` from nixpkgs!
Then execute `playwright test` or whatever was/is configured as script in packages.json