UNPKG

@shelex/cypress-allure-plugin

Version:
69 lines (68 loc) 2.32 kB
{ "name": "@shelex/cypress-allure-plugin", "version": "2.41.2", "description": "allure reporting plugin for cypress", "main": "reporter/index.js", "types": "reporter/index.d.ts", "license": "Apache-2.0", "author": { "name": "Oleksandr Shevtsov", "email": "ovr.shevtsov@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/Shelex/cypress-allure-plugin.git" }, "files": [ "reporter", "writer", "writer.js", "writer.d.ts" ], "bugs": "https://github.com/Shelex/cypress-allure-plugin/issues", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "cypress", "allure", "allure2", "reporter" ], "scripts": { "semantic-release": "semantic-release", "test": "npx cypress run --config specPattern=cypress/e2e/results/*.cy.js,video=false", "test:debug": "npx cypress open --config specPattern=cypress/e2e/results/*.cy.js,video=false", "test:prepare:basic": "DEBUG=allure-plugin* node cypress/scripts/runner basic", "test:prepare:statuses": "DEBUG=allure-plugin* node cypress/scripts/runner statuses", "test:prepare:cucumber": "DEBUG=allure-plugin* node cypress/scripts/runner cucumber", "fixtures:clear": "rm -r cypress/fixtures/*", "lint": "npx eslint ." }, "dependencies": { "@shelex/allure-js-commons-browser": "1.5.0", "crypto-js": "4.2.0", "debug": "4.4.0", "object-inspect": "1.13.4", "path-browserify": "1.0.1", "uuid": "11.1.0" }, "devDependencies": { "@badeball/cypress-cucumber-preprocessor": "22.0.1", "@cypress/webpack-preprocessor": "6.0.2", "@types/mocha": "10.0.10", "cypress": "14.2.0", "eslint": "9.22.0", "eslint-config-prettier": "10.1.1", "eslint-plugin-chai-friendly": "1.0.1", "eslint-plugin-cypress": "4.2.0", "eslint-plugin-prettier": "5.2.3", "prettier": "3.5.3", "semantic-release": "24.2.3", "webpack": "5.98.0" }, "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true, "stepDefinitions": "cypress/e2e/cucumber" } }