UNPKG

spanwright

Version:

CLI tool to generate Cloud Spanner E2E testing framework projects with Go database tools and Playwright browser automation

23 lines 633 B
{ "name": "spanner-e2e-tests", "version": "1.0.0", "description": "E2E tests for Spanner database validation with Playwright", "private": true, "scripts": { "test": "playwright test", "test:headed": "playwright test --headed", "test:debug": "playwright test --debug", "test:ui": "playwright test --ui", "test:scenario": "playwright test", "report": "playwright show-report", "playwright:install": "playwright install chromium" }, "devDependencies": { "@playwright/test": "^1.40.0", "@types/node": "^20.0.0", "typescript": "^5.3.0" }, "engines": { "node": ">=16.0.0" } }