UNPKG

@reportportal/agent-js-cypress

Version:

This agent helps Cypress to communicate with ReportPortal

60 lines (59 loc) 1.44 kB
{ "name": "@reportportal/agent-js-cypress", "version": "5.5.0", "description": "This agent helps Cypress to communicate with ReportPortal", "main": "index.js", "scripts": { "lint": "eslint . --quiet", "format": "npm run lint -- --fix", "test": "jest --detectOpenHandles --config ./jest.config.js", "test:coverage": "jest --coverage" }, "repository": { "type": "git", "url": "https://github.com/reportportal/agent-js-cypress" }, "dependencies": { "@reportportal/client-javascript": "~5.4.0", "glob": "^9.3.5", "minimatch": "^3.1.2", "mocha": "^10.2.0", "node-ipc": "9.1.1", "@ffmpeg-installer/ffmpeg": "^1.1.0", "ffmpeg": "^0.0.4", "ffprobe-static": "^3.1.0", "fluent-ffmpeg": "^2.1.3" }, "directories": { "lib": "./lib" }, "files": [ "/lib" ], "engines": { "node": ">=14.x" }, "license": "Apache-2.0", "devDependencies": { "@types/jest": "^29.5.12", "cypress": "^14.2.1", "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-cypress": "2.15.2", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^23.20.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.7.0", "mock-fs": "^4.14.0", "prettier": "^2.8.8" }, "keywords": [ "ReportPortal", "rp", "Cypress", "reporting", "reporter", "epam" ] }