mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-15 03:31:18 -06:00
* develop: chore(deps): update dependency ssri to 6.0.2 [security] (#19351) chore: Fix server unit tests running on mac by using actual tmp dir (#19350) fix: Add more precise types to Cypress.Commands (#19003) fix: Do not screenshot or trigger the failed event when tests are skipped (#19331) fix (#19262) fix: throw when writing to 'read only' properties of `config` (#18896) fix: close chrome when closing electron (#19322) fix: disable automatic request retries (#19161) chore: refactor cy funcs (#19080) chore(deps): update dependency @ffmpeg-installer/ffmpeg to v1.1.0 🌟 (#19300)
84 lines
2.5 KiB
JSON
84 lines
2.5 KiB
JSON
{
|
|
"name": "@tooling/system-tests",
|
|
"version": "0.0.0-development",
|
|
"description": "Internal cypress tests for running across multiple projects which have their own configuration for E2E and CT",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"projects:yarn:install": "node ./scripts/projects-yarn-install.js",
|
|
"test": "node ./scripts/run.js --glob-in-dir=test",
|
|
"test:ci": "node ./scripts/run.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.0",
|
|
"@babel/preset-env": "7.9.0",
|
|
"@cypress/commit-info": "2.2.0",
|
|
"@cypress/debugging-proxy": "2.0.1",
|
|
"@cypress/json-schemas": "5.39.0",
|
|
"@cypress/request": "2.88.10",
|
|
"@cypress/request-promise": "4.2.6",
|
|
"@cypress/sinon-chai": "2.9.1",
|
|
"@cypress/webpack-preprocessor": "0.0.0-development",
|
|
"@ffprobe-installer/ffprobe": "1.1.0",
|
|
"@packages/https-proxy": "0.0.0-development",
|
|
"@packages/launcher": "0.0.0-development",
|
|
"@packages/network": "0.0.0-development",
|
|
"@packages/root": "0.0.0-development",
|
|
"@packages/server": "0.0.0-development",
|
|
"@packages/socket": "0.0.0-development",
|
|
"@packages/ts": "0.0.0-development",
|
|
"babel-loader": "8.1.0",
|
|
"bluebird": "3.7.2",
|
|
"body-parser": "1.19.0",
|
|
"cachedir": "2.3.0",
|
|
"chai": "1.10.0",
|
|
"chai-as-promised": "7.1.1",
|
|
"chai-subset": "1.6.0",
|
|
"chai-uuid": "1.0.6",
|
|
"chalk": "2.4.2",
|
|
"chokidar": "3.5.1",
|
|
"common-tags": "1.8.0",
|
|
"compression": "1.7.4",
|
|
"cookie-parser": "1.4.5",
|
|
"cors": "2.8.5",
|
|
"dayjs": "^1.9.3",
|
|
"debug": "^4.3.2",
|
|
"execa": "1.0.0",
|
|
"express": "4.17.1",
|
|
"express-session": "1.16.1",
|
|
"express-useragent": "1.0.15",
|
|
"fluent-ffmpeg": "2.1.2",
|
|
"fs-extra": "8.1.0",
|
|
"glob": "7.2.0",
|
|
"http-mitm-proxy": "0.7.0",
|
|
"https-proxy-agent": "3.0.1",
|
|
"human-interval": "1.0.0",
|
|
"image-size": "0.8.3",
|
|
"lazy-ass": "1.6.0",
|
|
"lodash": "^4.17.21",
|
|
"mocha": "7.1.0",
|
|
"mocha-banner": "1.1.2",
|
|
"mochawesome-1.5.2": "npm:mochawesome@1.5.2",
|
|
"mochawesome-2.3.1": "npm:mochawesome@2.3.1",
|
|
"mochawesome-3.0.1": "npm:mochawesome@3.0.1",
|
|
"mocked-env": "1.2.4",
|
|
"mockery": "2.1.0",
|
|
"morgan": "1.9.1",
|
|
"multer": "1.4.2",
|
|
"nock": "12.0.2",
|
|
"proxyquire": "2.1.3",
|
|
"semver": "7.3.2",
|
|
"sinon": "5.1.1",
|
|
"snap-shot-it": "7.9.3",
|
|
"ssestream": "1.0.1",
|
|
"supertest": "4.0.2",
|
|
"systeminformation": "5.6.4",
|
|
"temp-dir": "^2.0.0",
|
|
"webpack": "^4.44.2",
|
|
"ws": "5.2.3"
|
|
},
|
|
"license": "ISC",
|
|
"author": "",
|
|
"keywords": []
|
|
}
|