Files
cypress/package.json
Jennifer Shehane 7eed6ad581 Test Cypress in Chrome 80, FF 72, Debian 10 (#6428)
* update docker image to chrome 80 and firefox 72 image

* Use image with compatible 12.8.1 Node version

* update docker script

* improve debug logging of launched browser

* run tests with correct color depth

* force run with new cache version

* revert docker image

* Revert "revert docker image"

This reverts commit 93d03446cc.

* update gitignore

* generate 2048-bit keys

* add script to regenerate certs, if we need to do this again

* update certs (ran regenerate-certs.sh)

* copy, don't symlink - won't work on win anyways

* reregen

* cleanup

* don't use https-pem, it's too smol

see https://github.com/watson/https-pem/issues/3

* decaffeinate: Rename ca.coffee and 11 other files from .coffee to .js

* decaffeinate: Convert ca.coffee and 11 other files to JS

* decaffeinate: Run post-processing cleanups on ca.coffee and 11 other files

* https-proxy decaf cleanup

* wip: ca_version

* add versioning for CA store

* add regenerate:certs script

* add timings to ca_spec

* unneeded patch-package

* fix yarn.lock

Co-authored-by: Zach Bloomquist <github@chary.us>
2020-03-03 16:25:02 -05:00

238 lines
8.6 KiB
JSON

{
"name": "cypress",
"version": "4.1.0",
"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-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",
"build-prod": "lerna run build-prod --stream",
"bump": "node ./scripts/binary.js bump",
"check-next-dev-version": "node scripts/check-next-dev-version.js",
"check-node-version": "node scripts/check-node-version.js",
"check-terminal": "node scripts/check-terminal.js",
"clean": "lerna run clean --parallel",
"clean-deps": "lerna run clean-deps --parallel && rm -rf node_modules",
"precypress:open": "yarn ensure-deps",
"cypress:open": "node $(yarn bin cypress) 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": "node $(yarn bin cypress) run --dev",
"precypress:run:debug": "yarn ensure-deps",
"cypress:run:debug": "node ./scripts/debug.js cypress:run",
"cypress:verify": "node $(yarn bin cypress) verify --dev",
"predecaffeinate-bulk": "shx cp .eslintrc.decaffeinate.js .eslintrc.js",
"decaffeinate-bulk": "bulk-decaffeinate",
"postdecaffeinate-bulk": "shx rm .eslintrc.js || true",
"dev": "node ./scripts/start.js",
"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",
"postinstall": "yarn build",
"jscodeshift": "jscodeshift -t ./node_modules/js-codemod/transforms/arrow-function-arguments.js",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json .",
"lint-all": "yarn lint-coffee && yarn lint",
"lint-changed": "lint-changed",
"lint-changed-fix": "yarn lint-changed --fix",
"lint-coffee": "coffeelint scripts/**/*.coffee && lerna run lint-coffee --parallel --stream && yarn stop-only-all",
"lint-fix": "yarn lint --fix",
"move-binaries": "node ./scripts/binary.js move-binaries",
"set-next-ci-version": "node ./scripts/binary.js setNextVersion",
"prestart": "yarn ensure-deps",
"start": "node $(yarn bin cypress) open --dev --global",
"stop-only": "npx stop-only --skip .cy,.publish,.projects,node_modules,dist,dist-test,fixtures,lib,bower_components,src --exclude e2e.coffee,e2e.js",
"stop-only-all": "yarn stop-only --folder packages",
"pretest": "yarn ensure-deps",
"test": "yarn lerna exec yarn test --scope cypress --scope \"'@packages/{electron,extension,https-proxy,launcher,network,reporter,runner,socket}'\"",
"test-debug": "lerna exec yarn test-debug --ignore \"'@packages/{coffee,desktop-gui,driver,root,static,web-config}'\"",
"pretest-e2e": "yarn ensure-deps",
"test-e2e": "lerna exec yarn test-e2e --ignore \"'@packages/{coffee,desktop-gui,driver,root,static,web-config}'\"",
"test-integration": "lerna exec yarn test-integration --ignore \"'@packages/{coffee,desktop-gui,driver,root,static,web-config}'\"",
"test-jscodeshift": "jest ./scripts/decaff",
"test-mocha": "mocha --reporter spec scripts/spec.js",
"test-mocha-snapshot": "mocha scripts/mocha-snapshot-spec.js",
"test-s3-api": "node -r ./packages/coffee/register -r ./packages/ts/register scripts/binary/s3-api-demo.ts",
"test-scripts": "mocha -r packages/coffee/register -r packages/ts/register --reporter spec 'scripts/unit/**/*spec.js'",
"test-scripts-watch": "yarn test-scripts --watch --watch-extensions 'ts,js,coffee'",
"pretest-unit": "yarn ensure-deps",
"test-unit": "lerna exec yarn test-unit --ignore \"'@packages/{coffee,desktop-gui,driver,root,static,web-config}'\"",
"pretest-watch": "yarn ensure-deps",
"test-watch": "lerna exec yarn test-watch --ignore \"'@packages/{coffee,desktop-gui,driver,root,static,web-config}'\"",
"verify:mocha:results": "node ./scripts/verify_mocha_results",
"prewatch": "yarn ensure-deps",
"watch": "lerna exec yarn watch --parallel --stream"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"@cypress/bumpercar": "2.0.12",
"@cypress/commit-message-install": "3.1.1",
"@cypress/env-or-json-file": "2.0.0",
"@cypress/eslint-plugin-dev": "5.0.0",
"@cypress/github-commit-status-check": "1.5.0",
"@cypress/questions-remain": "1.0.1",
"@fellow/eslint-plugin-coffee": "0.4.13",
"@types/bluebird": "3.5.29",
"@types/chai": "4.2.7",
"@types/chai-enzyme": "0.6.7",
"@types/classnames": "2.2.9",
"@types/debug": "4.1.5",
"@types/execa": "0.9.0",
"@types/fs-extra": "8.0.1",
"@types/glob": "7.1.1",
"@types/lodash": "4.14.149",
"@types/markdown-it": "0.0.9",
"@types/mini-css-extract-plugin": "0.8.0",
"@types/mocha": "5.2.7",
"@types/node": "12.12.21",
"@types/ramda": "0.26.38",
"@types/react-dom": "16.9.4",
"@types/request-promise": "4.1.45",
"@types/sinon-chai": "3.2.3",
"@typescript-eslint/eslint-plugin": "2.14.0",
"@typescript-eslint/parser": "2.14.0",
"ansi-styles": "3.2.1",
"arg": "4.1.2",
"ascii-table": "0.0.9",
"aws-sdk": "2.447.0",
"babel-eslint": "10.0.1",
"bluebird": "3.5.3",
"bluebird-retry": "0.11.0",
"bulk-decaffeinate": "3.3.1",
"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",
"coffeelint": "1.16.2",
"common-tags": "1.8.0",
"debug": "4.1.1",
"decaffeinate": "6.0.9",
"del": "3.0.0",
"electron-builder": "20.39.0",
"eslint": "6.8.0",
"eslint-plugin-cypress": "2.10.3",
"eslint-plugin-json-format": "2.0.0",
"eslint-plugin-mocha": "6.1.0",
"eslint-plugin-react": "7.18.3",
"execa": "1.0.0",
"execa-wrap": "1.4.0",
"filesize": "4.1.2",
"find-package-json": "1.2.0",
"fs-extra": "8.1.0",
"gift": "0.10.2",
"gulp": "4.0.2",
"gulp-awspublish": "4.0.0",
"gulp-coffee": "3.0.3",
"gulp-debug": "4.0.0",
"gulp-rename": "1.4.0",
"hasha": "5.0.0",
"human-interval": "0.1.6",
"husky": "2.4.1",
"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.6.3",
"konfig": "0.2.1",
"lazy-ass": "1.6.0",
"lerna": "3.18.3",
"lint-staged": "9.4.1",
"lodash": "4.17.15",
"make-empty-github-commit": "1.2.0",
"mocha": "3.5.3",
"mocha-banner": "1.1.2",
"mocha-junit-reporter": "1.23.1",
"mocha-multi-reporters": "1.1.7",
"mock-fs": "4.9.0",
"parse-github-repo-url": "1.4.1",
"patch-package": "6.2.0",
"percy": "0.21.0",
"plist": "2.1.0",
"pluralize": "8.0.0",
"postinstall-postinstall": "2.0.0",
"prefixed-list": "1.0.1",
"pretty-ms": "5.0.0",
"print-arch": "1.0.0",
"proxyquire": "2.1.0",
"ramda": "0.24.1",
"request": "cypress-io/request#b5af0d1fa47eec97ba980cde90a13e69a2afcd16",
"request-promise": "4.2.4",
"shelljs": "0.8.3",
"shx": "0.3.2",
"sinon": "7.3.2",
"snap-shot-it": "7.9.1",
"stop-only": "3.0.1",
"strip-ansi": "4.0.0",
"term-to-html": "1.0.0",
"terminal-banner": "1.1.0",
"through": "2.3.8",
"ts-node": "8.3.0",
"typescript": "3.7.4",
"vinyl-paths": "2.1.0",
"wait-on": "3.3.0"
},
"engines": {
"node": ">=12.8.1",
"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",
"author": "Brian Mann",
"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/*"
]
},
"lint-staged": {
"*.coffee": [
"yarn stop-only --folder",
"git add"
],
"*.{js,jsx,ts,tsx,json,eslintrc}": [
"yarn stop-only --folder",
"eslint --fix",
"git add"
]
},
"resolutions": {
"**/jquery": "3.1.1"
}
}