{ "name": "playwright-tests", "version": "1.0.0", "description": "Playwright tests for 2048 game", "scripts": { "test": "playwright test", "test:headed": "playwright test --headed", "test:debug": "playwright test --debug", "test:ui": "playwright test --ui" }, "devDependencies": { "@playwright/test": "^1.40.0" } }