UNPKG

@shelex/cypress-allure-plugin

Version:
68 lines (67 loc) 2.29 kB
{ "name": "@shelex/cypress-allure-plugin", "version": "2.37.0", "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.4.1", "crypto-js": "4.1.1", "debug": "4.3.4", "object-inspect": "1.12.3", "path-browserify": "1.0.1", "uuid": "9.0.0" }, "devDependencies": { "@badeball/cypress-cucumber-preprocessor": "12.1.0", "@cypress/webpack-preprocessor": "5.16.1", "@types/mocha": "7.0.2", "cypress": "12.4.1", "eslint": "7.32.0", "eslint-config-prettier": "8.6.0", "eslint-plugin-chai-friendly": "0.7.2", "eslint-plugin-cypress": "2.12.1", "eslint-plugin-prettier": "4.2.1", "prettier": "2.8.3", "semantic-release": "20.1.0" }, "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true, "stepDefinitions": "cypress/e2e/cucumber" } }