mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 08:59:03 -06:00
* hacky way to update snapshots * new hack to update snapshots * trying again * hacky fix * ci: snapshots * ci: snapshots * snapshots * mas updates * update spec API * fix test * fix test * update * update test * fix test * update plugin * update spec * webpack optinos * Update launchpad tests * fix screenshot paths * updated snapshot * change pattern * guard * fix smoke test * patch code coverage * update percy config * fix specs * try updating example project * update snapshots * remove old test * remove snapshot hack * add back appveyor * remove old code * update snapshot * Fix tests * wip * revert snapshot * reverted all snaps * remove only * remove commnet * remove old code * reverted file * lint * revert video compression spec * update snapshot * update spec path logic * update snap * updated snap * snaps * snaps * fix spec * rename ignoreTestFiles to ignoreSpecPattern * update screenshot dir for runner-ct * update deprecations * update * upate * fix test * update snaps * update snap * updating snap * added missing snaps * updated cypress run mode integration spec * electron snapshot * update default * rename integration->e2e * rename integration->e2e in packages * spec.ts -> cy.ts * spec.ts -> cy.ts * _spec.js -> .cy.js * .spec.js -> .cy.js * .spec.js -> .cy.js * update config * update config * update * update spec ext * update config * update config * ensure newly scaffold specs are cached * fix launchpad spec * types * update test * transpile based on spec pattern * add back example * remove unnecessary async and nodeVersion * spec.tsx -> cy.tsx * update stop-only config * exclude CT from E2E * removed old test * update spec pattern in angular * update spec pattern in design system * update all specs npm npm/react * update spec name * update spec patterns * remove old script * update tests path * update config * fix test * update snapshots * update examples * update ignore patterns * update snapshots * unit tests * update tests * patch code coverage * revert spec name * rename a lot of speces * update * update spec ext * update spec * update spec * update spec ext * update lint * update rules * update lint * snaps * update spec dir * update paths * remove unused pluginsfile config opt * update smoke test * update create cypress tests * update gitignore * update types * update paths * update spe * update test * update all snaps * update tests * update http request spec * update spec file names * snaps * update snaps * updated snaps * update snaps * spacing * spacing * spacing * spacing * fix perf spec * update * update * revert * update * snaps * snaps * rename spec * update snaps * snapshots * update tests * update tests * update * fix * update test projects * update * updating * update run-ct test * update spec pattern and add defensive check around platform * fix system test script * update snap * snaps * update test * update spe * update for FF * ff * remove unused feature flag * added tests * fix react example * update test * update config * update test projects * update snapshots * correctly remove private prefix on darwin * fix types * rename integration -> e2e * update config * updatec onfig * fixing app scaffold integration tests * remove code * exclude e2e specs from CT * update snapshot * integration->e2e * update path for test file in ts project * update schematic * use updated branch for CI * update config * update config * revert some changes * remove built code * revert changes * update gitignore * include test spec * update scaffold script * wip: renames * script * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * mass rename * rename * rename * fix angular * update spec in create cypress tests * remove old file * fix tests * access specPattern in a more idiomatic fashion * do not duplicate variable * pass correct params to findSpec in files controller * add comment explaining spec finding * remove reference to old file that no longer exist * resolve conflicts * fix types * transpile cypress dir * update circle ymlg * update spec pattern for example project * supportFile: false * fix circle yml * update test glob * rename some specs to use correct .cy ext * more ext renames * rename spec * update extensions * update extensions * update specs Co-authored-by: estrada9166 <estrada9166@hotmail.com> Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
282 lines
10 KiB
JSON
282 lines
10 KiB
JSON
{
|
|
"name": "cypress",
|
|
"version": "9.1.1",
|
|
"description": "Cypress.io end to end testing tool",
|
|
"private": true,
|
|
"scripts": {
|
|
"binary-build": "node ./scripts/binary.js build",
|
|
"binary-deploy": "node ./scripts/binary.js deploy",
|
|
"binary-deploy-linux": "./scripts/build-linux-binary.sh",
|
|
"binary-ensure": "node ./scripts/binary.js ensure",
|
|
"binary-purge": "node ./scripts/binary.js purge-version",
|
|
"binary-release": "node ./scripts/binary.js release",
|
|
"binary-upload": "node ./scripts/binary.js upload",
|
|
"binary-zip": "node ./scripts/binary.js zip",
|
|
"build": "lerna run build --stream --no-bail --ignore create-cypress-tests --ignore \"'@packages/{runner}'\" && lerna run build --stream --scope create-cypress-tests",
|
|
"build-prod": "lerna run build-prod-ui --stream && lerna run build-prod --stream --ignore create-cypress-tests && lerna run build-prod --stream --scope create-cypress-tests",
|
|
"bump": "node ./scripts/binary.js bump",
|
|
"check-node-version": "node scripts/check-node-version.js",
|
|
"check-terminal": "node scripts/check-terminal.js",
|
|
"clean": "lerna run clean --parallel --no-bail",
|
|
"check-ts": "gulp checkTs",
|
|
"clean-deps": "find . -depth -name node_modules -type d -exec rm -rf {} \\;",
|
|
"clean-untracked-files": "git clean -d -f",
|
|
"codegen": "yarn gulp codegen",
|
|
"debug": "yarn gulp debug",
|
|
"precypress:open": "yarn ensure-deps",
|
|
"cypress:open": "yarn gulp open --dev --global",
|
|
"precypress:open:debug": "yarn ensure-deps",
|
|
"cypress:open:debug": "node ./scripts/debug.js cypress:open",
|
|
"precypress:run": "yarn ensure-deps",
|
|
"cypress:run": "cypress run --dev",
|
|
"precypress:run:debug": "yarn ensure-deps",
|
|
"cypress:run:debug": "node ./scripts/debug.js cypress:run",
|
|
"cypress:verify": "cypress verify --dev",
|
|
"dev": "gulp dev",
|
|
"dev:clean": "gulp dev:clean",
|
|
"gulp:debug": "node --inspect-brk ./node_modules/.bin/gulp",
|
|
"dev-debug": "node ./scripts/debug.js dev",
|
|
"docker": "./scripts/run-docker-local.sh",
|
|
"effective:circle:config": "circleci config process circle.yml | sed /^#/d",
|
|
"ensure-deps": "./scripts/ensure-dependencies.sh",
|
|
"get-next-version": "node scripts/get-next-version.js",
|
|
"postinstall": "patch-package && ./scripts/run-if-not-ci.sh yarn-deduplicate --strategy=highest && yarn clean && gulp postinstall && ./scripts/run-if-not-ci.sh yarn build",
|
|
"jscodeshift": "jscodeshift -t ./node_modules/js-codemod/transforms/arrow-function-arguments.js",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json,.vue .",
|
|
"lint-changed": "lint-changed",
|
|
"move-binaries": "node ./scripts/binary.js move-binaries",
|
|
"npm-release": "node scripts/npm-release.js",
|
|
"prestart": "yarn ensure-deps",
|
|
"start": "cypress open --dev --global",
|
|
"stop-only": "npx stop-only --skip .cy,.publish,.projects,node_modules,dist,dist-test,fixtures,lib,bower_components,src,__snapshots__ --exclude cypress-tests.ts,*only.cy.js",
|
|
"stop-only-all": "yarn stop-only --folder packages",
|
|
"pretest": "yarn ensure-deps",
|
|
"test": "yarn lerna exec yarn test --scope cypress --scope \"'@packages/{config,electron,extension,https-proxy,launcher,net-stubbing,network,proxy,rewriter,runner,runner-shared,socket}'\"",
|
|
"test-debug": "lerna exec yarn test-debug --ignore \"'@packages/{driver,root,static,web-config}'\"",
|
|
"pretest-e2e": "yarn ensure-deps",
|
|
"test-integration": "lerna exec yarn test-integration --ignore \"'@packages/{driver,root,static,web-config}'\"",
|
|
"test-mocha": "mocha --reporter spec scripts/spec.js",
|
|
"test-mocha-snapshot": "mocha scripts/mocha-snapshot-spec.js",
|
|
"test-npm-package-release-script": "npx lerna exec --scope \"@cypress/*\" -- npx --no-install semantic-release --dry-run",
|
|
"test-s3-api": "node -r ./packages/ts/register scripts/binary/s3-api-demo.ts",
|
|
"test-system": "yarn workspace @tooling/system-tests test",
|
|
"test-scripts": "mocha -r packages/ts/register --reporter spec 'scripts/unit/**/*spec.js'",
|
|
"test-scripts-watch": "yarn test-scripts --watch --watch-extensions 'ts,js'",
|
|
"pretest-unit": "yarn ensure-deps",
|
|
"test-unit": "lerna exec yarn test-unit --ignore \"'{@packages/{driver,root,static,web-config,net-stubbing,rewriter,ui-components},@cypress/{webpack-dev-server,eslint-plugin-dev}}'\"",
|
|
"pretest-watch": "yarn ensure-deps",
|
|
"test-watch": "lerna exec yarn test-watch --ignore \"'@packages/{driver,root,static,web-config}'\"",
|
|
"type-check": "node scripts/type_check",
|
|
"verify:mocha:results": "node ./scripts/verify_mocha_results",
|
|
"prewatch": "yarn ensure-deps",
|
|
"watch": "yarn gulp dev:watch",
|
|
"prepare": "husky install"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/bumpercar": "2.0.12",
|
|
"@cypress/commit-message-install": "3.1.3",
|
|
"@cypress/env-or-json-file": "2.0.0",
|
|
"@cypress/github-commit-status-check": "1.5.0",
|
|
"@cypress/questions-remain": "1.0.1",
|
|
"@cypress/request": "2.88.10",
|
|
"@cypress/request-promise": "4.2.6",
|
|
"@fellow/eslint-plugin-coffee": "0.4.13",
|
|
"@graphql-codegen/add": "3.1.0",
|
|
"@graphql-codegen/cli": "2.2.0",
|
|
"@graphql-codegen/plugin-helpers": "2.1.1",
|
|
"@graphql-codegen/typed-document-node": "2.1.4",
|
|
"@graphql-codegen/typescript": "2.2.2",
|
|
"@graphql-codegen/typescript-operations": "2.1.4",
|
|
"@graphql-tools/batch-delegate": "8.1.0",
|
|
"@graphql-tools/delegate": "8.2.1",
|
|
"@graphql-tools/utils": "8.2.3",
|
|
"@graphql-tools/wrap": "8.1.1",
|
|
"@percy/cli": "1.0.0-beta.48",
|
|
"@percy/cypress": "^3.1.0",
|
|
"@semantic-release/changelog": "5.0.1",
|
|
"@semantic-release/git": "9.0.0",
|
|
"@types/bluebird": "3.5.29",
|
|
"@types/chai-enzyme": "0.6.7",
|
|
"@types/classnames": "2.2.9",
|
|
"@types/debug": "4.1.5",
|
|
"@types/detect-port": "^1.3.1",
|
|
"@types/enzyme-adapter-react-16": "1.0.5",
|
|
"@types/execa": "0.9.0",
|
|
"@types/fluent-ffmpeg": "^2.1.18",
|
|
"@types/fs-extra": "^8.0.1",
|
|
"@types/getenv": "^1.0.0",
|
|
"@types/glob": "7.1.1",
|
|
"@types/gulp": "^4.0.9",
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/markdown-it": "0.0.9",
|
|
"@types/mini-css-extract-plugin": "1.2.3",
|
|
"@types/mocha": "8.0.3",
|
|
"@types/node": "14.14.31",
|
|
"@types/prismjs": "1.16.0",
|
|
"@types/react": "16.9.50",
|
|
"@types/react-dom": "16.9.8",
|
|
"@types/request-promise": "4.1.45",
|
|
"@types/rimraf": "^3.0.2",
|
|
"@types/send": "^0.17.1",
|
|
"@types/sinon-chai": "3.2.3",
|
|
"@types/through2": "^2.0.36",
|
|
"@typescript-eslint/eslint-plugin": "4.18.0",
|
|
"@typescript-eslint/parser": "4.18.0",
|
|
"@urql/introspection": "^0.3.0",
|
|
"ansi-styles": "3.2.1",
|
|
"arg": "4.1.2",
|
|
"ascii-table": "0.0.9",
|
|
"autobarrel": "^1.1.0",
|
|
"aws-sdk": "2.814.0",
|
|
"babel-eslint": "10.1.0",
|
|
"bluebird": "3.5.3",
|
|
"bluebird-retry": "0.11.0",
|
|
"c8": "^7.10.0",
|
|
"chai": "4.2.0",
|
|
"chai-as-promised": "7.1.1",
|
|
"chalk": "2.4.2",
|
|
"check-dependencies": "1.1.0",
|
|
"check-more-types": "2.24.0",
|
|
"commander": "6.2.1",
|
|
"common-tags": "1.8.0",
|
|
"conventional-recommended-bump": "6.1.0",
|
|
"debug": "^4.3.2",
|
|
"dedent": "^0.7.0",
|
|
"del": "3.0.0",
|
|
"detect-port": "^1.3.0",
|
|
"electron-builder": "^22.13.1",
|
|
"electron-notarize": "^1.1.1",
|
|
"enzyme-adapter-react-16": "1.12.1",
|
|
"eslint": "7.22.0",
|
|
"eslint-plugin-cypress": "2.11.2",
|
|
"eslint-plugin-graphql": "4.0.0",
|
|
"eslint-plugin-json-format": "2.0.1",
|
|
"eslint-plugin-mocha": "8.1.0",
|
|
"eslint-plugin-react": "7.22.0",
|
|
"eslint-plugin-react-hooks": "4.2.0",
|
|
"eslint-plugin-vue": "7.18.0",
|
|
"execa": "4.0.0",
|
|
"execa-wrap": "1.4.0",
|
|
"filesize": "4.1.2",
|
|
"find-package-json": "1.2.0",
|
|
"fs-extra": "8.1.0",
|
|
"getenv": "^1.0.0",
|
|
"gift": "0.10.2",
|
|
"glob": "7.1.6",
|
|
"graphql": "^15.5.1",
|
|
"gulp": "4.0.2",
|
|
"gulp-awspublish": "4.0.0",
|
|
"gulp-debug": "4.0.0",
|
|
"gulp-rename": "1.4.0",
|
|
"hasha": "5.0.0",
|
|
"http-server": "0.12.3",
|
|
"human-interval": "1.0.0",
|
|
"husky": "7.0.2",
|
|
"inquirer": "3.3.0",
|
|
"inquirer-confirm": "2.0.3",
|
|
"jest": "24.9.0",
|
|
"js-codemod": "cpojer/js-codemod",
|
|
"jscodemods": "cypress-io/jscodemods#01b546e",
|
|
"jscodeshift": "0.7.0",
|
|
"konfig": "0.2.1",
|
|
"lazy-ass": "1.6.0",
|
|
"lerna": "3.20.2",
|
|
"lint-staged": "11.1.2",
|
|
"listr2": "3.8.3",
|
|
"lodash": "^4.17.21",
|
|
"make-empty-github-commit": "cypress-io/make-empty-github-commit#4a592aedb776ba2f4cc88979055315a53eec42ee",
|
|
"minimist": "1.2.5",
|
|
"mocha": "3.5.3",
|
|
"mocha-banner": "1.1.2",
|
|
"mocha-junit-reporter": "2.0.0",
|
|
"mocha-multi-reporters": "1.1.7",
|
|
"mock-fs": "5.1.1",
|
|
"p-defer": "^3.0.0",
|
|
"parse-github-repo-url": "1.4.1",
|
|
"patch-package": "6.4.7",
|
|
"plist": "3.0.1",
|
|
"pluralize": "8.0.0",
|
|
"postinstall-postinstall": "2.0.0",
|
|
"prefixed-list": "1.0.1",
|
|
"pretty-ms": "7.0.0",
|
|
"print-arch": "1.0.0",
|
|
"proxyquire": "2.1.3",
|
|
"semantic-release": "17.2.3",
|
|
"semantic-release-monorepo": "7.0.3",
|
|
"semver": "7.3.2",
|
|
"serve": "12.0.1",
|
|
"shelljs": "0.8.3",
|
|
"shx": "0.3.3",
|
|
"sinon": "7.3.2",
|
|
"snap-shot-it": "7.9.3",
|
|
"start-server-and-test": "1.10.8",
|
|
"stop-only": "3.0.1",
|
|
"strip-ansi": "4.0.0",
|
|
"term-to-html": "1.2.0",
|
|
"terminal-banner": "1.1.0",
|
|
"through": "2.3.8",
|
|
"through2": "^4.0.2",
|
|
"tree-kill": "1.2.2",
|
|
"ts-node": "^10.2.1",
|
|
"typescript": "^4.4.4",
|
|
"yarn-deduplicate": "3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.5.0",
|
|
"yarn": ">=1.17.3"
|
|
},
|
|
"productName": "Cypress",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cypress-io/cypress.git"
|
|
},
|
|
"homepage": "https://github.com/cypress-io/cypress",
|
|
"bugs": {
|
|
"url": "https://github.com/cypress-io/cypress/issues"
|
|
},
|
|
"keywords": [
|
|
"automation",
|
|
"browser",
|
|
"cypress",
|
|
"cypress.io",
|
|
"e2e",
|
|
"end-to-end",
|
|
"integration",
|
|
"mocks",
|
|
"runner",
|
|
"spies",
|
|
"stubs",
|
|
"test",
|
|
"testing"
|
|
],
|
|
"workspaces": {
|
|
"packages": [
|
|
"cli",
|
|
"packages/*",
|
|
"npm/*",
|
|
"system-tests"
|
|
],
|
|
"nohoist": [
|
|
"**/webpack-preprocessor/babel-loader",
|
|
"**/webpack-batteries-included-preprocessor/ts-loader"
|
|
]
|
|
},
|
|
"lint-staged": {
|
|
"*.coffee": "yarn stop-only --folder",
|
|
"*.{js,jsx,ts,tsx,json,eslintrc,vue}": "eslint --fix"
|
|
},
|
|
"resolutions": {
|
|
"**/@types/cheerio": "0.22.21",
|
|
"**/@types/enzyme": "3.10.5",
|
|
"**/@types/react": "16.9.50",
|
|
"**/jquery": "3.1.1",
|
|
"**/pretty-format": "26.4.0",
|
|
"**/sharp": "0.29.3",
|
|
"**/socket.io-parser": "4.0.4",
|
|
"**/ua-parser-js": "0.7.24",
|
|
"sharp": "0.29.3",
|
|
"vue-template-compiler": "2.6.12"
|
|
}
|
|
}
|