@qavajs/html-formatter
Version:
Single file HTML formatter for cucumber framework
91 lines (90 loc) • 2.54 kB
JSON
{
"name": "@qavajs/html-formatter",
"version": "0.18.1",
"main": "formatter/formatter.js",
"authors": [
"Alexandr Galichenko",
"Alexandr Legchilov"
],
"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",
"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": "^10.8.0",
"@epam/loveship": "^5.8.1",
"@epam/assets": "^5.8.1",
"@epam/promo": "^5.8.1",
"@epam/uui": "^5.8.1",
"@epam/uui-components": "^5.8.1",
"@epam/uui-core": "^5.8.1",
"@epam/uui-test-utils": "^5.8.1",
"@qavajs/cli": "^0.39.0",
"@qavajs/console-formatter": "^0.7.2",
"@qavajs/memory": "^1.7.0",
"@qavajs/po-playwright": "^0.15.0",
"@qavajs/steps-playwright": "^0.48.0",
"@types/react": "18.3.3",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/parser": "^5.59.7",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.41.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^5.11.0",
"eslint-plugin-vitest": "^0.5.4",
"history": "^4.10.1",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^5.3.4",
"recharts": "^2.12.7",
"sass": "^1.77.6",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"vite": "^4.5.1",
"vite-plugin-singlefile": "^0.13.5",
"vite-plugin-svgr": "^3.2.0",
"vitest": "^1.6.0",
"vitest-dom": "^0.1.1"
},
"resolutions": {
"@types/react": "18.2.21"
}
}