{ "devDependencies": { "@applitools/eyes-cypress": "3.12.0", "@testing-library/cypress": "7.0.0", "@types/lodash": "4.14.165", "async": "3.2.0", "aws-sdk": "2.751.0", "axios": "0.21.1", "authenticator": "1.1.5", "chai": "4.2.0", "chalk": "4.1.0", "client-oauth2": "github:larkox/js-client-oauth2#e24e2eb5dfcbbbb3a59d095e831dbe0012b0ac49", "cross-env": "7.0.2", "cypress": "5.1.0", "cypress-file-upload": "4.1.1", "cypress-multi-reporters": "1.4.0", "cypress-plugin-tab": "1.0.5", "cypress-wait-until": "1.7.1", "deepmerge": "4.2.2", "dotenv": "8.2.0", "express": "4.17.1", "knex": "0.21.5", "lodash.intersection": "4.4.0", "lodash.mapkeys": "4.6.0", "lodash.without": "4.4.0", "lodash.xor": "4.5.0", "lodash": "4.17.20", "mattermost-redux": "5.26.2", "mime": "2.4.6", "mime-types": "2.1.27", "mocha": "8.1.3", "mocha-junit-reporters": "1.23.6", "mocha-multi-reporters": "1.1.7", "mochawesome": "6.1.1", "mochawesome-merge": "4.1.0", "mochawesome-report-generator": "5.1.0", "moment-timezone": "0.5.31", "mysql": "2.18.1", "path": "0.12.7", "pg": "8.3.3", "recursive-readdir": "2.2.2", "reportportal-client": "5.5.0", "shelljs": "0.8.4", "start-server-and-test": "1.11.3", "uuid": "8.3.0", "yargs": "16.0.3" }, "scripts": { "cypress:open": "cross-env TZ=Etc/UTC cypress open", "cypress:run": "cross-env TZ=Etc/UTC cypress run --browser chrome --config ignoreTestFiles='**/enterprise/**/*.js'", "cypress:run:enterprise": "cross-env TZ=Etc/UTC cypress run --browser chrome --spec='cypress/integration/enterprise/**/*_spec.js'", "cypress:run:firefox": "cross-env TZ=Etc/UTC cypress run --browser firefox --config ignoreTestFiles='**/enterprise/**/*.js'", "cypress:run:firefox:enterprise": "cross-env TZ=Etc/UTC cypress run --browser firefox --spec='cypress/integration/enterprise/**/*_spec.js'", "cypress:run:edge": "cross-env TZ=Etc/UTC cypress run --browser edge --config ignoreTestFiles='**/enterprise/**/*.js'", "cypress:run:edge:enterprise": "cross-env TZ=Etc/UTC cypress run --browser edge --spec='cypress/integration/enterprise/**/*_spec.js'", "cypress:run:electron": "cross-env TZ=Etc/UTC cypress run --browser electron --config ignoreTestFiles='**/enterprise/**/*.js'", "cypress:run:electron:enterprise": "cross-env TZ=Etc/UTC cypress run --browser electron --spec='cypress/integration/enterprise/**/*_spec.js'", "start:webhook": "node webhook_serve.js", "test": "start-test start:webhook 3000 test:ci", "test:ci": "node run_tests.js", "uniq-meta": "grep -r \"^// $META:\" cypress | grep -ow '@\\w*' | sort | uniq" } }