UNPKG

@qavajs/html-formatter

Version:

Single file HTML formatter for cucumber framework

89 lines (88 loc) 2.45 kB
{ "name": "@qavajs/html-formatter", "version": "1.3.0", "main": "formatter/formatter.js", "repository": { "type": "git", "url": "git+https://github.com/qavajs/html-formatter.git" }, "authors": [ "Alexandr Galichenko", "Alexandr Legchilov" ], "license": "MIT", "bugs": { "url": "https://github.com/qavajs/html-formatter/issues" }, "homepage": "https://github.com/qavajs/html-formatter#readme", "scripts": { "prebuild": "qavajs run --config test/report.ts --profile json --no-error-exit", "report:generate": "qavajs run --config test/report.ts --no-error-exit", "test:e2e": "qavajs run --config test-e2e/test.ts", "debug:e2e": "qavajs run --config test-e2e/test.ts --profile debug", "start": "vite --port 3000 --mode development", "build": "vite build --mode production", "postbuild": "cp dist/index.html formatter/index.html", "serve": "vite preview", "test": "vitest", "test:ci": "vitest run", "lint": "eslint ./src/**/*.{ts,tsx} --fix", "typecheck": "tsc --noEmit" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "keywords": [ "QA", "Test Automation", "Cucumber" ], "devDependencies": { "@cucumber/cucumber": "^13.0.0", "@epam/assets": "^6.5.0", "@epam/loveship": "^6.5.0", "@epam/promo": "^6.5.0", "@epam/uui": "^6.5.0", "@epam/uui-components": "^6.5.0", "@epam/uui-core": "^6.5.0", "@epam/uui-test-utils": "^6.5.0", "@qavajs/console-formatter": "^1.2.1", "@qavajs/core": "^2.16.0", "@qavajs/memory": "^1.11.0", "@qavajs/steps-playwright": "^2.16.0", "@types/node": "^25.5.0", "@types/react": "19.2.16", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react": "^6.0.2", "history": "^5.3.0", "jsdom": "^29.1.1", "prettier": "^3.8.3", "react": "^19.2.7", "react-dom": "^19.2.7", "react-router-dom": "^7.16.0", "recharts": "^3.8.1", "sass": "^1.100.0", "ts-node": "^10.9.2", "typescript": "^6.0.3", "vite": "^8.0.16", "vite-plugin-singlefile": "^2.3.3", "vite-plugin-svgr": "^4.5.0", "vitest": "4.1.8", "vitest-dom": "^0.1.1" } }