UNPKG

@argos-ci/playwright

Version:

Playwright SDK for visual testing with Argos.

72 lines (71 loc) 1.91 kB
{ "name": "@argos-ci/playwright", "description": "Playwright SDK for visual testing with Argos.", "version": "6.1.1", "author": "Smooth Code", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/argos-ci/argos-javascript.git", "directory": "packages/playwright" }, "homepage": "https://argos-ci.com/docs/playwright", "bugs": { "url": "https://github.com/argos-ci/argos-javascript/issues" }, "keywords": [ "playwright", "playwright-reporter", "reporter", "playwright-plugin", "argos", "testing", "visual testing", "regression", "visual regression" ], "publishConfig": { "access": "public" }, "type": "module", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.cjs" }, "./reporter": { "types": "./dist/reporter.d.ts", "import": "./dist/reporter.js", "default": "./dist/reporter.js" }, "./package.json": "./package.json" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@argos-ci/browser": "5.0.0", "@argos-ci/core": "4.1.0", "@argos-ci/util": "3.1.0", "chalk": "^5.4.1", "debug": "^4.4.0" }, "devDependencies": { "@playwright/test": "^1.54.2", "@types/debug": "^4.1.12", "@types/node": "catalog:" }, "scripts": { "build": "tsup && cp ./src/index.cjs ./dist", "test-e2e": "pnpm exec -- playwright test", "build-e2e": "playwright install chromium --with-deps", "e2e": "UPLOAD_TO_ARGOS=true pnpm run test-e2e", "check-types": "tsc", "check-format": "prettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .", "lint": "eslint ." }, "gitHead": "74818a1d3fe21574d0884c828ee709e62605d974" }