@frinzekt/cypress-allure-plugin
Version:
allure reporting plugin for cypress modified for video. Originally by @shelex
52 lines • 1.73 kB
JSON
{
"name": "@frinzekt/cypress-allure-plugin",
"version": "0.0.1-development",
"description": "allure reporting plugin for cypress modified for video. Originally by @shelex",
"main": "reporter/index.js",
"types": "reporter/index.d.ts",
"license": "Apache-2.0",
"author": {
"name": "Frinze Erin Lapuz",
"email": "frinzekt@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/frinzekt/cypress-allure-plugin.git"
},
"files": [
"reporter",
"writer.js"
],
"bugs": "https://github.com/frinzekt/cypress-allure-plugin/issues",
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"keywords": [
"cypress",
"allure",
"allure2",
"reporter"
],
"scripts": {
"semantic-release": "semantic-release",
"example": "yarn cypress run --config integrationFolder=cypress/integration/example --env allure=true",
"test": "yarn cypress run --config integrationFolder=cypress/integration/results,testFiles=**/*.spec.js,video=false",
"test:prepare:basic": "node cypress/scripts/runner basic",
"test:prepare:cucumber": "node cypress/scripts/runner cucumber",
"fixtures:clear": "rm -r cypress/fixtures/*"
},
"dependencies": {
"allure-js-commons": "^2.0.0-beta.6",
"uuid": "^7.0.2"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/mocha": "^7.0.2",
"cypress": "4.10.0",
"cypress-cucumber-preprocessor": "^2.3.1",
"semantic-release": "^17.1.1"
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
}
}