Hello from MCP server

List Files | Just Commands | Repo | Logs

← back |
{
  "name": "browser-tests",
  "version": "1.0.0",
  "description": "Isolated browser tests for pricebook platform",
  "license": "ISC",
  "author": "",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "test": "playwright test",
    "test:ui": "playwright test --ui",
    "test:debug": "playwright test --debug",
    "test:headed": "playwright test --headed",
    "test:report": "playwright show-report",
    "install": "npx playwright install"
  },
  "dependencies": {
    "get-port": "^7.1.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.54.1",
    "@types/node": "^24.0.14"
  }
}