workbench / scripts /run_playwright_e2e.ps1
GitHub Actions
Initial ZeroGPU deployment with spaces shim
7f9dfed
Raw
History Blame Contribute Delete
211 Bytes
$ErrorActionPreference = "Stop"
if (-not (Get-Command npm -ErrorAction SilentlyContinue)) {
throw "npm is not installed. Install Node.js first, then run npm install and npm run e2e:install."
}
npm run e2e