cypress 10.2.0 → 10.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/react/dist/cypress-react.browser.js +1 -1
- package/react/dist/cypress-react.cjs.js +1 -1
- package/react/dist/cypress-react.esm-bundler.js +1 -1
- package/types/cypress.d.ts +1 -1
- package/vue/dist/cypress-vue.cjs.js +1 -1
- package/vue/dist/cypress-vue.esm-bundler.js +1 -1
- package/vue2/dist/cypress-vue2.browser.js +1 -1
- package/vue2/dist/cypress-vue2.cjs.js +1 -1
- package/vue2/dist/cypress-vue2.esm-bundler.js +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cypress",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.3.0",
|
4
4
|
"main": "index.js",
|
5
5
|
"scripts": {
|
6
6
|
"postinstall": "node index.js --exec install",
|
@@ -96,8 +96,8 @@
|
|
96
96
|
},
|
97
97
|
"buildInfo": {
|
98
98
|
"commitBranch": "develop",
|
99
|
-
"commitSha": "
|
100
|
-
"commitDate": "2022-06-
|
99
|
+
"commitSha": "f902b968970f1b6160f07215b881dab6c39c21f1",
|
100
|
+
"commitDate": "2022-06-28T16:27:27.000Z",
|
101
101
|
"stable": true
|
102
102
|
},
|
103
103
|
"description": "Cypress.io end to end testing tool",
|
@@ -29,7 +29,7 @@ var CypressReact = (function (exports, React, ReactDOM) {
|
|
29
29
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
30
30
|
var ReactDOM__namespace = /*#__PURE__*/_interopNamespace(ReactDOM);
|
31
31
|
|
32
|
-
|
32
|
+
/******************************************************************************
|
33
33
|
Copyright (c) Microsoft Corporation.
|
34
34
|
|
35
35
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -33,7 +33,7 @@ function _interopNamespace(e) {
|
|
33
33
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
34
34
|
var ReactDOM__namespace = /*#__PURE__*/_interopNamespace(ReactDOM);
|
35
35
|
|
36
|
-
|
36
|
+
/******************************************************************************
|
37
37
|
Copyright (c) Microsoft Corporation.
|
38
38
|
|
39
39
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -8,7 +8,7 @@
|
|
8
8
|
import * as React from 'react';
|
9
9
|
import * as ReactDOM from 'react-dom';
|
10
10
|
|
11
|
-
|
11
|
+
/******************************************************************************
|
12
12
|
Copyright (c) Microsoft Corporation.
|
13
13
|
|
14
14
|
Permission to use, copy, modify, and/or distribute this software for any
|
package/types/cypress.d.ts
CHANGED
@@ -3003,7 +3003,7 @@ declare namespace Cypress {
|
|
3003
3003
|
xhrUrl: string
|
3004
3004
|
}
|
3005
3005
|
|
3006
|
-
interface TestConfigOverrides extends Partial<Pick<ConfigOptions, 'animationDistanceThreshold' | 'blockHosts' | 'defaultCommandTimeout' | 'env' | 'execTimeout' | 'includeShadowDom' | 'numTestsKeptInMemory' | 'pageLoadTimeout' | 'redirectionLimit' | 'requestTimeout' | 'responseTimeout' | 'retries' | 'screenshotOnRunFailure' | 'slowTestThreshold' | 'scrollBehavior' | 'taskTimeout' | 'viewportHeight' | 'viewportWidth' | 'waitForAnimations' | 'experimentalSessionAndOrigin'>> {
|
3006
|
+
interface TestConfigOverrides extends Partial<Pick<ConfigOptions, 'animationDistanceThreshold' | 'blockHosts' | 'defaultCommandTimeout' | 'env' | 'execTimeout' | 'includeShadowDom' | 'numTestsKeptInMemory' | 'pageLoadTimeout' | 'redirectionLimit' | 'requestTimeout' | 'responseTimeout' | 'retries' | 'screenshotOnRunFailure' | 'slowTestThreshold' | 'scrollBehavior' | 'taskTimeout' | 'viewportHeight' | 'viewportWidth' | 'waitForAnimations' | 'experimentalSessionAndOrigin'>>, Partial<Pick<ResolvedConfigOptions, 'baseUrl'>> {
|
3007
3007
|
browser?: IsBrowserMatcher | IsBrowserMatcher[]
|
3008
3008
|
keystrokeDelay?: number
|
3009
3009
|
}
|
@@ -31,7 +31,7 @@ function _interopNamespace(e) {
|
|
31
31
|
|
32
32
|
var Vue__namespace = /*#__PURE__*/_interopNamespace(Vue);
|
33
33
|
|
34
|
-
|
34
|
+
/******************************************************************************
|
35
35
|
Copyright (c) Microsoft Corporation.
|
36
36
|
|
37
37
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -8,7 +8,7 @@
|
|
8
8
|
import * as Vue from 'vue';
|
9
9
|
import { nextTick, defineComponent, computed, h, reactive, createApp, transformVNodeArgs, Transition, TransitionGroup, Teleport, setDevtoolsHook } from 'vue';
|
10
10
|
|
11
|
-
|
11
|
+
/******************************************************************************
|
12
12
|
Copyright (c) Microsoft Corporation.
|
13
13
|
|
14
14
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -12,7 +12,7 @@ var CypressVue2 = (function (exports, require$$0$1) {
|
|
12
12
|
|
13
13
|
var require$$0__default = /*#__PURE__*/_interopDefaultLegacy(require$$0$1);
|
14
14
|
|
15
|
-
|
15
|
+
/******************************************************************************
|
16
16
|
Copyright (c) Microsoft Corporation.
|
17
17
|
|
18
18
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -15,7 +15,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
15
15
|
|
16
16
|
var require$$0__default = /*#__PURE__*/_interopDefaultLegacy(require$$0$1);
|
17
17
|
|
18
|
-
|
18
|
+
/******************************************************************************
|
19
19
|
Copyright (c) Microsoft Corporation.
|
20
20
|
|
21
21
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
import require$$0$1 from 'vue';
|
9
9
|
|
10
|
-
|
10
|
+
/******************************************************************************
|
11
11
|
Copyright (c) Microsoft Corporation.
|
12
12
|
|
13
13
|
Permission to use, copy, modify, and/or distribute this software for any
|