Open bbigras opened 1 month ago
You shouldn't need this complicated arrangement.
Remove playwright from your packages.json And simply do this:
packages = with pkgs; [
playwright-test
playwright-driver
];
And you have playwright installed with browsers. Just execute
playwright test
in the same directory where you would execute the npx script
I'm happy to accept a PR.
Playwright support would be nice.
Currently I'm using: