@reportportal/agent-js-cypress
Version:
This agent helps Cypress to communicate with Report Portal
56 lines (55 loc) • 1.31 kB
JSON
{
"name": "@reportportal/agent-js-cypress",
"version": "5.3.2",
"description": "This agent helps Cypress to communicate with Report Portal",
"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.1.4",
"glob": "^9.3.5",
"minimatch": "^3.1.2",
"mocha": "^10.2.0",
"node-ipc": "9.1.1"
},
"directories": {
"lib": "./lib"
},
"files": [
"/lib"
],
"engines": {
"node": ">=12.x"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^29.5.3",
"cypress": "^13.12.0",
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.6.1",
"mock-fs": "^4.14.0",
"prettier": "^2.8.8"
},
"keywords": [
"ReportPortal",
"rp",
"Cypress",
"reporting",
"reporter",
"epam"
]
}