Update Playwright + Use Nix (#311)

* use nix for execution

* update setup instructions

* headless

* headless via xvfb-run
This commit is contained in:
Simon Gardling
2025-08-21 15:43:17 -07:00
committed by GitHub
parent ad3b215dbc
commit ad2e0b8bb3
4 changed files with 117 additions and 5 deletions

3
run.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
nix develop --command bash -c "xvfb-run npm run start"