UNPKG

@uuv/cypress

Version:

A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress

117 lines (116 loc) 3.52 kB
{ "name": "@uuv/cypress", "version": "2.65.2", "type": "commonjs", "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)", "description": "A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress", "license": "MIT", "homepage": "https://e2e-test-quest.github.io/uuv/", "repository": { "type": "git", "url": "https://github.com/e2e-test-quest/uuv" }, "bin": { "uuv": "bin/uuv" }, "keywords": [ "uuv", "e2e", "end2end", "end 2 end", "test", "testing", "accessibility", "accessibilite", "a11y", "cypress", "playwright", "testing-library", "cucumber", "gherkin", "bdd", "tdd", "acceptance" ], "scripts": { "generate:step-definitions": "ts-node generate-step-definitions.ts", "package": "npm pack --pack-destination=\"../../dist/packages\"", "postinstall": "node postinstall.js", "unit-tests": "jest --runInBand --coverage --config=./jest.config.ts --testPathIgnorePatterns=src/tests/report", "verify-report": "jest --runInBand --coverage --config=./jest.config.ts --testPathPattern=src/tests/report", "e2e-test:run": "ts-node test.ts e2e", "e2e-test:open": "ts-node test.ts open", "test": "npm run unit-tests && npm run e2e-test:run", "lint": "eslint -c .eslintrc.js" }, "dependencies": { "@badeball/cypress-cucumber-preprocessor": "22.0.1", "@cypress/webpack-preprocessor": "6.0.4", "@testing-library/cypress": "10.0.3", "@uuv/a11y": "1.0.0-beta.77", "@uuv/runner-commons": "2.59.2", "axe-core": "4.10.3", "chai-subset": "^1.6.0", "cypress": "14.4.0", "cypress-axe": "1.6.0", "cypress-real-events": "^1.10.0", "dom-accessibility-api": "^0.7.0", "is-admin": "4.0.0", "junit-report-merger": "^7.0.0", "lodash": "^4.17.21", "multiple-cucumber-html-reporter": "3.9.0", "path-browserify": "^1.0.1", "ts-node": "10.9.2", "typescript": "5.8.3", "webpack": "5.99.6" }, "types": "./dist/index.d.ts", "main": "./dist/index.js", "files": [ "dist/cucumber/**/*", "dist/cypress/**/*", "dist/lib/**/*", "dist/index.d.ts", "dist/index.js", "bin/**/*", "postinstall.js", "target-config/**/*", "src/cucumber/step_definitions/cypress/generated/**/*", "*.md" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./cypress/commands": { "import": "./dist/cypress/commands.js", "require": "./dist/cypress/commands.js", "types": "./dist/cypress/commands.d.ts" }, "./cypress/cypress.config": { "import": "./dist/cypress/cypress.config.js", "require": "./dist/cypress/cypress.config.js", "types": "./dist/cypress/cypress.config.d.ts" }, "./cucumber/step_definitions": { "import": "./dist/cucumber/step_definitions/**/*.js", "require": "./dist/cucumber/step_definitions/**/*.js", "types": "./dist/cucumber/step_definitions/**/*.d.ts" } }, "devDependencies": { "@types/minimist": "1.2.5", "@types/node": "20.12.12", "chalk": "^4.1.2", "cross-env": "7.0.3", "eslint-plugin-cypress": "4.1.0", "ts-loader": "9.5.2", "tsconfig-paths": "4.2.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/uuv" } }