mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-01 19:00:21 +03:00
Bump @replayio/cypress to 0.3.2
This commit is contained in:
parent
42e0a2b942
commit
757e507aae
|
@ -3,7 +3,6 @@
|
|||
"integrationFolder": "e2e/integration",
|
||||
"pluginsFile": "e2e/plugins/index.js",
|
||||
"fixturesFolder": false,
|
||||
"supportFile": false,
|
||||
"fileServerFolder": ".",
|
||||
"video": false,
|
||||
"projectId": "z6eb6h",
|
||||
|
|
20
e2e/support/e2e.js
Normal file
20
e2e/support/e2e.js
Normal file
|
@ -0,0 +1,20 @@
|
|||
// ***********************************************************
|
||||
// This example support/index.js is processed and
|
||||
// loaded automatically before your test files.
|
||||
//
|
||||
// This is a great place to put global configuration and
|
||||
// behavior that modifies Cypress.
|
||||
//
|
||||
// You can change the location of this file or turn off
|
||||
// automatically serving support files with the
|
||||
// 'supportFile' configuration option.
|
||||
//
|
||||
// You can read more here:
|
||||
// https://on.cypress.io/configuration
|
||||
// ***********************************************************
|
||||
|
||||
// eslint-disable-next-line import/no-internal-modules
|
||||
require('@replayio/cypress/support');
|
||||
|
||||
// Alternatively you can use CommonJS syntax:
|
||||
// require('./commands')
|
56
package-lock.json
generated
56
package-lock.json
generated
|
@ -1325,13 +1325,13 @@
|
|||
}
|
||||
},
|
||||
"@replayio/cypress": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@replayio/cypress/-/cypress-0.3.0.tgz",
|
||||
"integrity": "sha512-7V5TDDuIYm21vdTElF6D7qgjStmxwnVPKbP1zGi3IdXslozwOiq6NtcnfJf/fLgYHiF4K9SXwdA/pl9lfTkOrw==",
|
||||
"version": "0.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@replayio/cypress/-/cypress-0.3.2.tgz",
|
||||
"integrity": "sha512-oco5FdwBZm3uE/g6VXhVhVcYiZeVIvuHnvQu7qaGQhzGHwYriVp2RkBSdMgrBsu9fTd+TTkLF2GgypwEOsaseA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@replayio/replay": "^0.10.0",
|
||||
"@replayio/test-utils": "^0.2.0",
|
||||
"@replayio/replay": "^0.10.1",
|
||||
"@replayio/test-utils": "^0.2.2",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -1344,12 +1344,12 @@
|
|||
}
|
||||
},
|
||||
"@replayio/replay": {
|
||||
"version": "0.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@replayio/replay/-/replay-0.10.0.tgz",
|
||||
"integrity": "sha512-oVTipwXzyNbLb7H4Nwn4Q9a+gn4DYsv+Ko3vMU68cVp4/Xmrp4p97m6Wq/p+lz7phWEULd9gUXwugnpfwUlUoA==",
|
||||
"version": "0.10.1",
|
||||
"resolved": "https://registry.npmjs.org/@replayio/replay/-/replay-0.10.1.tgz",
|
||||
"integrity": "sha512-/5fcItk55Jq/zSVgUpdEGBK6+lMPq69PCv0cwUBxXGtbNHjt0DToBCIAd3784bAJDVOnSSHMTDLEaSOAAf92ew==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@replayio/sourcemap-upload": "^1.0.3",
|
||||
"@replayio/sourcemap-upload": "^1.0.4",
|
||||
"commander": "^7.2.0",
|
||||
"debug": "^4.3.4",
|
||||
"is-uuid": "^1.0.2",
|
||||
|
@ -1377,9 +1377,9 @@
|
|||
}
|
||||
},
|
||||
"@replayio/sourcemap-upload": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@replayio/sourcemap-upload/-/sourcemap-upload-1.0.3.tgz",
|
||||
"integrity": "sha512-k/po0EklaH3BxDnK8iZFn37y1aTiYpvD9CLPueIBCRsmiUxdMz3fh6EEGtUXuDcU5dCp7gQdacTXknRZq4dbNg==",
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@replayio/sourcemap-upload/-/sourcemap-upload-1.0.4.tgz",
|
||||
"integrity": "sha512-xkeeLSxD2sX/3v/D7Dh1iy6QAfeQMmKvA7oYpvESFkliWAhGyN0dsM1lr2QeUSqqt+nDTc70/cxl+wEEDxft9w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"commander": "^7.2.0",
|
||||
|
@ -1398,12 +1398,13 @@
|
|||
}
|
||||
},
|
||||
"@replayio/test-utils": {
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@replayio/test-utils/-/test-utils-0.2.0.tgz",
|
||||
"integrity": "sha512-IvcqiH6htHVgzsIVq7lT7XpXSJB9DdKvZxRbh0cH+THy7C9lpu/0KrrNx771MeRvjA/Lv+1ZrzsSRTUPzQexnQ==",
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@replayio/test-utils/-/test-utils-0.2.2.tgz",
|
||||
"integrity": "sha512-Xp6ZDHbMr7LZvbypJJus+5p+H4jaO9Iffxp9KUb200K8vixuHcfE5BVGr37F6+Zoa4IcGOOnd7ItPJT7j4sJnw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@replayio/replay": "^0.10.0",
|
||||
"@replayio/replay": "^0.10.1",
|
||||
"@types/node-fetch": "^2.6.2",
|
||||
"node-fetch": "^2.6.7",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
|
@ -1823,6 +1824,29 @@
|
|||
"integrity": "sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/node-fetch": {
|
||||
"version": "2.6.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz",
|
||||
"integrity": "sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/node": "*",
|
||||
"form-data": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"form-data": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
|
||||
"integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"asynckit": "^0.4.0",
|
||||
"combined-stream": "^1.0.8",
|
||||
"mime-types": "^2.1.12"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@types/normalize-package-data": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"devDependencies": {
|
||||
"@cypress/webpack-preprocessor": "^5.12.0",
|
||||
"@hot-loader/react-dom": "^17.0.2",
|
||||
"@replayio/cypress": "^0.3.0",
|
||||
"@replayio/cypress": "^0.3.2",
|
||||
"@size-limit/preset-app": "^7.0.4",
|
||||
"@types/chai": "^4.2.18",
|
||||
"@types/dompurify": "^2.2.2",
|
||||
|
|
Loading…
Reference in New Issue
Block a user