UNPKG

@uuv/assistant

Version:

UUV Helper used to improve the life of testers and developers by generating cucumber phrases from the GUI.

120 lines (119 loc) 3.51 kB
{ "name": "@uuv/assistant", "version": "2.65.3", "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)", "description": "UUV Helper used to improve the life of testers and developers by generating cucumber phrases from the GUI.", "license": "MIT", "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/e2e-test-quest/uuv" }, "homepage": "https://e2e-test-quest.github.io/uuv/", "keywords": [ "uuv", "e2e", "end2end", "end 2 end", "test", "testing", "accessibility", "accessibilite", "a11y", "cypress", "playwright", "testing-library", "cucumber", "gherkin", "bdd", "tdd", "acceptance" ], "bin": { "uuv-assistant": "./dist/launcher/uuv-assistant-launcher.js" }, "scripts": { "react:start": "vite", "build-react": "vite build", "react:test": "jest --coverage", "launch": "ts-node launcher/uuv-assistant-launcher.ts", "launch:custom": "ts-node tests/uuv-assistant-custom-launcher.ts", "build-conf": "node compute-conf.js", "build-bundle": "node bundle-script.js", "package": "npm pack --pack-destination=\"../../dist/packages\"", "lint": "eslint -c .eslintrc.js", "test": "npm run unit-tests && npm run e2e-test:run", "unit-tests": "jest --coverage", "e2e-test:run": "npm run uuv e2e --", "e2e-test:open": "npm run uuv open --", "uuv": "node ../../node_modules/@uuv/playwright/bin/uuv" }, "browser": { "fs": false, "os": false, "path": false }, "dependencies": { "@ant-design/icons": "^5.0.1", "@codemirror/legacy-modes": "^6.4.0", "@codemirror/view": "^6.26.3", "@uiw/codemirror-theme-github": "^4.22.1", "@uiw/react-codemirror": "^4.22.1", "@uuv/runner-commons": "2.59.2", "antd": "5.26.5", "eslint-config-react-app": "7.0.1", "figlet": "1.8.1", "playwright-chromium": "1.52.0", "tabbable": "6.2.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0", "@testing-library/user-event": "14.6.1", "@types/jest": "29.5.14", "@types/jquery": "3.5.32", "@types/node": "20.12.12", "@types/react": "18.3.23", "@types/react-dom": "18.3.7", "@types/styled-components": "5.1.34", "@types/testing-library__jest-dom": "5.14.9", "@uuv/playwright": "3.46.3", "@vitejs/plugin-react": "4.5.0", "dom-accessibility-api": "0.7.0", "eslint-plugin-react": "7.37.5", "jest-environment-jsdom": "^29.5.0", "minimist": "1.2.8", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "^7.0.0", "replace-json-property": "1.9.0", "styled-components": "6.1.19", "ts-jest": "29.2.6", "ts-loader": "^9.4.2", "ts-node": "10.9.2", "typescript": "5.8.3", "vite": "6.3.5" }, "files": [ "dist/uuv-assistant-resources.bundle.js", "dist/launcher/**/*", "postinstall.js" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/uuv" } }