mattermost/e2e-tests/cypress/package.json
sabril 6b28864fdc
E2E/Cypress: Upgrade cypress to 15.11 (#35466)
* chore: upgrade cypress to 15.11

* update per comment

* update flaky test (while here)

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2026-03-09 16:01:04 +08:00

107 lines
3.6 KiB
JSON

{
"name": "cypress",
"devDependencies": {
"@aws-sdk/client-s3": "3.1001.0",
"@aws-sdk/lib-storage": "3.1001.0",
"@babel/eslint-parser": "7.28.6",
"@babel/eslint-plugin": "7.27.1",
"@cypress/request": "3.0.10",
"@eslint/js": "9.39.3",
"@mattermost/client": "11.3.0",
"@mattermost/types": "11.3.0",
"@testing-library/cypress": "10.1.0",
"@types/async": "3.2.25",
"@types/authenticator": "1.1.4",
"@types/express": "5.0.6",
"@types/fs-extra": "11.0.4",
"@types/lodash": "4.17.24",
"@types/lodash.intersection": "4.4.9",
"@types/lodash.mapkeys": "4.6.9",
"@types/lodash.without": "4.4.9",
"@types/mime-types": "3.0.1",
"@types/mochawesome": "6.2.5",
"@types/recursive-readdir": "2.2.4",
"@types/shelljs": "0.10.0",
"@typescript-eslint/eslint-plugin": "8.56.1",
"@typescript-eslint/parser": "8.56.1",
"async": "3.2.6",
"authenticator": "1.1.5",
"axios": "1.13.6",
"chai": "6.2.2",
"chalk": "5.6.2",
"client-oauth2": "github:larkox/js-client-oauth2#e24e2eb5dfcbbbb3a59d095e831dbe0012b0ac49",
"cross-env": "10.1.0",
"cypress": "15.11.0",
"cypress-file-upload": "5.0.8",
"cypress-multi-reporters": "2.0.5",
"cypress-plugin-tab": "1.0.5",
"cypress-real-events": "1.15.0",
"cypress-wait-until": "3.0.2",
"dayjs": "1.11.19",
"deepmerge": "4.3.1",
"dotenv": "17.3.1",
"eslint": "9.39.3",
"eslint-import-resolver-webpack": "0.13.10",
"eslint-plugin-cypress": "6.1.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-mattermost": "github:mattermost/eslint-plugin-mattermost#5b0c972eacf19286e4c66221b39113bf8728a99e",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-react": "7.37.5",
"express": "5.2.1",
"extract-zip": "2.0.1",
"globals": "17.4.0",
"jiti": "2.6.1",
"knex": "3.1.0",
"localforage": "1.10.0",
"lodash.intersection": "4.4.0",
"lodash.mapkeys": "4.6.0",
"lodash.without": "4.4.0",
"lodash.xor": "4.5.0",
"mime": "4.1.0",
"mime-types": "3.0.2",
"mocha": "11.7.5",
"mocha-junit-reporter": "2.2.1",
"mocha-multi-reporters": "1.5.1",
"mochawesome": "7.1.4",
"mochawesome-merge": "5.1.1",
"mochawesome-report-generator": "6.3.2",
"moment-timezone": "0.6.0",
"path": "0.12.7",
"pdf-parse": "2.4.5",
"pg": "8.19.0",
"recursive-readdir": "2.2.3",
"shelljs": "0.10.0",
"timezones.json": "1.7.2",
"typescript": "5.9.3",
"typescript-eslint": "8.56.1",
"uuid": "13.0.0",
"yargs": "18.0.0"
},
"overrides": {
"@mattermost/client": {
"typescript": "^5.0.4"
},
"@mattermost/types": {
"typescript": "^5.0.4"
}
},
"scripts": {
"check-types": "tsc -b",
"cypress:open": "cross-env TZ=Etc/UTC cypress open",
"cypress:run": "cross-env TZ=Etc/UTC cypress run",
"cypress:run:chrome": "cross-env TZ=Etc/UTC cypress run --browser chrome",
"cypress:run:firefox": "cross-env TZ=Etc/UTC cypress run --browser firefox",
"cypress:run:edge": "cross-env TZ=Etc/UTC cypress run --browser edge",
"cypress:run:electron": "cross-env TZ=Etc/UTC cypress run --browser electron",
"benchmarks:run-server": "cd mattermost && bin/mattermost",
"start:webhook": "node webhook_serve.js",
"pretest": "npm run clean",
"test": "cross-env TZ=Etc/UTC cypress run",
"test:smoke": "node run_tests.js --stage='@prod' --group='@smoke'",
"test:ci": "node run_tests.js",
"uniq-meta": "grep -r \"^// $META:\" cypress | grep -ow '@\\w*' | sort | uniq",
"check": "eslint .",
"fix": "eslint . --quiet --fix --cache"
}
}