UNPKG

multiple-cucumber-html-reporter

Version:

Generate beautiful Cucumber.js reports for multiple instances (browsers / devices)

29 lines (28 loc) 769 B
{ "name": "cypress", "version": "1.0.0", "description": "Sample Cypress project", "main": "index.js", "type": "module", "scripts": { "clean": "rm -rf dist .run", "build": "pnpm clean && tsc", "test": "pnpm build && cypress run --browser chrome --headed", "report": "node dist/cucumber-html-report.js", "cy:run": "cypress run" }, "author": "Wasiq Bhamla", "license": "MIT", "devDependencies": { "@badeball/cypress-cucumber-preprocessor": "^22.1.0", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.5", "@types/node": "^24.0.3", "cypress": "^14.4.1", "multiple-cucumber-html-reporter": "3.9.2", "typescript": "^5.8.3" }, "dependencies": { "dayjs": "^1.11.13" }, "packageManager": "pnpm@10.4.0" }