UNPKG

@percy/cypress

Version:

Cypress client library for visual testing with Percy

55 lines (54 loc) 1.38 kB
{ "name": "@percy/cypress", "description": "Cypress client library for visual testing with Percy", "version": "3.1.7", "license": "MIT", "author": "Perceptual Inc.", "repository": "https://github.com/percy/percy-cypress", "keywords": [ "cypress", "percy", "visual testing" ], "publishConfig": { "access": "public", "tag": "latest" }, "main": "index.js", "types": "types/index.d.ts", "files": [ "index.js", "createRegion.js", "types/index.d.ts" ], "scripts": { "lint": "eslint --ignore-path .gitignore .", "test": "percy exec --testing -- cypress run", "coverage": "nyc report --check-coverage", "test:coverage": "yarn test && yarn coverage", "test:types": "tsd" }, "dependencies": { "@percy/sdk-utils": "1.31.4" }, "peerDependencies": { "cypress": ">=3" }, "devDependencies": { "@cypress/code-coverage": "^3.14.7", "@percy/cli": "1.31.4", "babel-loader": "^10.0.0", "babel-plugin-istanbul": "^7.0.1", "cypress": "^15.6.0", "eslint": "^7.22.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-cypress": "^2.11.2", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^5.0.0", "nyc": "^17.1.0", "tsd": "^0.33.0", "webpack": "^5.102.1" } }