UNPKG

playwright.cucumber.typescript.template

Version:

Projeto do playwright com cucumber, teste de regressao visual, teste de acessibilidade e lighthouse integrado

55 lines 1.89 kB
{ "name": "playwright.cucumber", "version": "2.0.0", "description": "Projeto do playwright com cucumber, teste de regressao visual, teste de acessibilidade e lighthouse integrado", "scripts": { "build": "tsc", "report": "node src/helpers/reporters/ExecReport.ts", "test": "./node_modules/.bin/cross-env RETRY=0 DEV=true DESKTOP_ONLY=true RESPONSIVE_ONLY=false NODE_ENV=local ENVA='' ENVB='' PARALLEL=1 TAGS=@Search BRWS='chrome' DEVICE='iPhone 11' ts-node ./app.ts" }, "keywords": [ "E2E", "Tests", "Front End", "Playwright" ], "author": "alexetec.ribeiro@gmail.com", "license": "ISC", "devDependencies": { "@faker-js/faker": "^8.0.2", "@playwright/test": "^1.39.0", "@types/chai": "^4.3.5", "@types/fs-extra": "^11.0.1", "@types/pixelmatch": "^5.2.6", "@types/pngjs": "^6.0.4", "allure-cucumberjs": "^2.9.2", "chai": "^4.3.7", "concurrently": "^8.2.0", "cross-env": "^7.0.3", "cucumber-pretty": "^6.0.1", "cucumberjs-junitxml": "^1.0.0", "dotenv": "^16.3.1", "lighthouse": "^9.6.8", "pixelmatch": "^5.3.0", "playwright-lighthouse": "^3.0.0", "pngjs": "^7.0.0", "ts-node": "^10.9.1", "typescript": "^5.1.6" }, "dependencies": { "playwright.typescript.cucumber": "^2.0.6", "@cucumber/cucumber": "^10.0.0", "@cucumber/messages": "^22.0.0", "@cucumber/pretty-formatter": "^1.0.0", "@types/express": "^4.17.19", "@types/tough-cookie": "^4.0.3", "cat": "^0.2.0", "config": "^3.3.9", "es5-ext": "^0.10.62", "eslint": "^8.51.0", "faker-br": "^0.4.1", "fs-extra": "^11.1.1", "open": "^9.1.0", "tough-cookie": "^4.1.3" } }