UNPKG

@schurakov/agent-js-cypress

Version:
51 lines (50 loc) 1.23 kB
{ "name": "@schurakov/agent-js-cypress", "version": "1.1.3", "description": "Report Portal plugin for Cypress fork", "main": "index.js", "scripts": { "eslint": "eslint \"./**/*.js\"", "format": "npm run eslint -- --fix", "example": "node ./example/main.js --headless", "test": "jest", "test:coverage": "jest --coverage" }, "keywords": [ "ReportPortal", "Cypress", "reporting", "epam" ], "repository": { "type": "git", "url": "https://github.com/schurakov/agent-js-cypress" }, "dependencies": { "glob": "7.1.3", "mocha": "7.0.1", "node-ipc": "9.1.1", "@schurakov/client-javascript": "^5.5.0" }, "license": "Apache-2.0", "devDependencies": { "cypress": "^4.7.0", "eslint": "6.5.1", "eslint-config-airbnb-base": "14.0.0", "eslint-config-prettier": "6.9.0", "eslint-plugin-cypress": "2.8.1", "eslint-plugin-import": "2.20.0", "eslint-plugin-jest": "^23.8.1", "eslint-plugin-prettier": "3.1.2", "jest": "^25.1.0", "mock-fs": "^4.11.0", "prettier": "1.19.1" }, "jest": { "testPathIgnorePatterns": [ "<rootDir>/example/", "<rootDir>/cypress/", "<rootDir>/node_modules/" ] } }