-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Package request: playwright test #217693
Description
Project description
The request is not necessarily to package this for nixpkgs but if anyone has already done it so that I can steal the derivation. I think the probability is high considering the recent hype around playwright (there was also a post on this yesterday https://discourse.nixos.org/t/running-playwright-tests/25655/2).
I am trying to help a coworker run "playwright test" but I dont know much about playwright or node. The executable brought by nix shell nixpkgs#playwright doesn't provide it and it's a python one.
Seems like the "true" playwright is in typescript https://github.com/microsoft/playwright and the test command is provided by a submodule @playwright/test . At some point I managed to make it work with node2nix on that last repo but it might have been a fluke since once I started calling the derivation from a flake, it tried to reach out to the network.
Metadata
- homepage URL: https://github.com/microsoft/playwright
- source URL: https://github.com/microsoft/playwright
- license: apache 2
- platforms: unix, linux, darwin