@argos-ci/playwright
Version:
Playwright SDK for visual testing with Argos.
72 lines (71 loc) • 1.91 kB
JSON
{
"name": "@argos-ci/playwright",
"description": "Playwright SDK for visual testing with Argos.",
"version": "5.0.2",
"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": ">=18.16.0"
},
"dependencies": {
"@argos-ci/browser": "4.1.0",
"@argos-ci/core": "3.1.1",
"@argos-ci/util": "2.3.1",
"chalk": "^5.4.1",
"debug": "^4.4.0"
},
"devDependencies": {
"@playwright/test": "^1.51.1",
"@types/debug": "^4.1.12",
"@types/node": "^18.19.44"
},
"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": "d87043ff277ce1075d9f7eb4f1380257b9e33c01"
}