Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
546 B · 18 lines
JSON
12345678910111213141516171819{ "name": "@streamplace/e2e-web", "version": "0.12.0", "private": true, "description": "Headless-web e2e flows (Playwright) — the web counterpart to the .maestro/ mobile flows", "scripts": { "test": "playwright test", "test:headed": "playwright test --headed", "typecheck": "tsc --noEmit", "report": "playwright show-report", "install-browser": "playwright install --with-deps chromium" }, "devDependencies": { "@playwright/test": "^1.49.1", "@types/node": "^22.10.0", "typescript": "~5.6.3" }}