UNPKG

@argos-ci/playwright

Version:

Playwright SDK for visual testing with Argos.

74 lines (73 loc) 1.96 kB
{ "name": "@argos-ci/playwright", "description": "Playwright SDK for visual testing with Argos.", "version": "6.4.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.1.2", "@argos-ci/core": "5.1.0", "@argos-ci/util": "3.2.0", "chalk": "^5.6.2", "debug": "^4.4.3" }, "devDependencies": { "@playwright/test": "^1.58.1", "@types/debug": "^4.1.12", "@types/node": "catalog:", "vitest": "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 .", "test": "vitest src" }, "gitHead": "6887164dc0ccd5b2a3dd1d7d9e778cdbbdd2d534" }