1 2 3 4 5 6 7 8
{ "scripts": { "test:web": "playwright test" }, "devDependencies": { "@playwright/test": "^1.55.0" } }