cypress-xray-plugin
Version:
A Cypress plugin for uploading test results to Xray (test management for Jira)
89 lines (88 loc) • 2.73 kB
JSON
{
"name": "cypress-xray-plugin",
"version": "8.5.0",
"description": "A Cypress plugin for uploading test results to Xray (test management for Jira)",
"types": "index.d.ts",
"author": "csvtuda",
"repository": {
"type": "git",
"url": "https://github.com/Qytera-Gmbh/cypress-xray-plugin"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Qytera-Gmbh/cypress-xray-plugin/issues"
},
"homepage": "https://qytera-gmbh.github.io/projects/cypress-xray-plugin",
"keywords": [
"cypress",
"xray",
"upload",
"screenshot",
"video",
"cucumber"
],
"files": [
"src",
"*.js",
"*.ts"
],
"exports": {
".": "./index.js",
"./commands": "./src/cypress/commands.js",
"./commands/tasks": "./src/cypress/index.js"
},
"directories": {
"lib": "src"
},
"scripts": {
"test": "node --import tsx ./test/run-unit-tests.ts",
"test:coverage": "npx shx mkdir -p coverage && c8 -x '**/*.spec.ts' -r html npm run test",
"test:integration": "node --import tsx ./test/run-integration-tests.ts",
"test:server": "node --import tsx ./test/run-server.ts",
"build": "tsc --project tsconfig-build.json && shx cp package.json README.md LICENSE.md CHANGELOG.md dist/",
"eslint": "eslint src/**/*.ts test/**/*.ts index.ts"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@cucumber/gherkin": "^30.0.0",
"@cucumber/messages": "^27.2.0",
"ansi-colors": "^4.1.3",
"axios": "^1.8.2",
"form-data": "^4.0.2",
"semver": "^7.6.3"
},
"peerDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^22.0.0",
"cypress": ">=10.0.0 < 15"
},
"peerDependenciesMeta": {
"@badeball/cypress-cucumber-preprocessor": {
"optional": true
}
},
"devDependencies": {
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.4",
"@eslint/js": "^9.17.0",
"@qytera/xray-client": "^2.1.0",
"@types/node": "^22.13.7",
"@types/semver": "^7.5.8",
"c8": "^10.1.3",
"cypress": "^14.0.0",
"cypress-on-fix": "^1.1.0",
"dotenv": "^16.4.7",
"eslint": "^9.23.0",
"eslint-plugin-perfectionist": "^4.9.0",
"eslint-plugin-tsdoc": "^0.4.0",
"graphql": "^16.10.0",
"graphql-tag": "^2.12.6",
"jira.js": "^4.0.6",
"prettier": "^3.4.2",
"shx": "^0.4.0",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.29.0",
"undici": "^7.3.0"
}
}