cypress 13.6.2 → 13.6.4
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/angular/angular/dist/index.js +3 -1
- package/angular/dist/index.js +3 -1
- package/package.json +3 -4
- package/react/dist/cypress-react.cjs.js +1 -1
- package/react/dist/cypress-react.esm-bundler.js +1 -1
- package/react/package.json +1 -1
- package/react/react/dist/cypress-react.cjs.js +1 -1
- package/react/react/dist/cypress-react.esm-bundler.js +1 -1
- package/react/react/package.json +1 -1
- package/react18/dist/cypress-react.cjs.js +1 -1
- package/react18/dist/cypress-react.esm-bundler.js +1 -1
- package/react18/react18/dist/cypress-react.cjs.js +1 -1
- package/react18/react18/dist/cypress-react.esm-bundler.js +1 -1
- package/svelte/dist/cypress-svelte.cjs.js +1 -1
- package/svelte/dist/cypress-svelte.esm-bundler.js +1 -1
- package/svelte/svelte/dist/cypress-svelte.cjs.js +1 -1
- package/svelte/svelte/dist/cypress-svelte.esm-bundler.js +1 -1
- package/types/cypress.d.ts +13 -9
- package/types/sinon/index.d.ts +1 -1
- package/vue/dist/cypress-vue.cjs.js +3 -1
- package/vue/dist/cypress-vue.esm-bundler.js +3 -1
- package/vue/package.json +1 -1
- package/vue/vue/dist/cypress-vue.cjs.js +3 -1
- package/vue/vue/dist/cypress-vue.esm-bundler.js +3 -1
- package/vue/vue/package.json +1 -1
- package/vue2/dist/cypress-vue2.cjs.js +1 -1
- package/vue2/dist/cypress-vue2.esm-bundler.js +1 -1
- package/vue2/vue2/dist/cypress-vue2.cjs.js +1 -1
- package/vue2/vue2/dist/cypress-vue2.esm-bundler.js +1 -1
- package/types/cy-http.d.ts +0 -13
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* @cypress/angular v0.0.0-development
|
|
4
|
-
* (c)
|
|
4
|
+
* (c) 2024 Cypress.io
|
|
5
5
|
* Released under the MIT License
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -26,6 +26,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
26
26
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
27
27
|
PERFORMANCE OF THIS SOFTWARE.
|
|
28
28
|
***************************************************************************** */
|
|
29
|
+
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
30
|
+
|
|
29
31
|
|
|
30
32
|
function __rest(s, e) {
|
|
31
33
|
var t = {};
|
package/angular/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* @cypress/angular v0.0.0-development
|
|
4
|
-
* (c)
|
|
4
|
+
* (c) 2024 Cypress.io
|
|
5
5
|
* Released under the MIT License
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -26,6 +26,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
26
26
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
27
27
|
PERFORMANCE OF THIS SOFTWARE.
|
|
28
28
|
***************************************************************************** */
|
|
29
|
+
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
30
|
+
|
|
29
31
|
|
|
30
32
|
function __rest(s, e) {
|
|
31
33
|
var t = {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cypress",
|
|
3
|
-
"version": "13.6.
|
|
3
|
+
"version": "13.6.4",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node index.js --exec install",
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@cypress/request": "^3.0.0",
|
|
11
11
|
"@cypress/xvfb": "^1.2.4",
|
|
12
|
-
"@types/node": "^18.17.5",
|
|
13
12
|
"@types/sinonjs__fake-timers": "8.1.1",
|
|
14
13
|
"@types/sizzle": "^2.3.2",
|
|
15
14
|
"arch": "^2.2.0",
|
|
@@ -135,8 +134,8 @@
|
|
|
135
134
|
},
|
|
136
135
|
"buildInfo": {
|
|
137
136
|
"commitBranch": "develop",
|
|
138
|
-
"commitSha": "
|
|
139
|
-
"commitDate": "
|
|
137
|
+
"commitSha": "f705980b9188e047c0f1dc9d230c802dcd0f463f",
|
|
138
|
+
"commitDate": "2024-01-30T14:27:47.000Z",
|
|
140
139
|
"stable": true
|
|
141
140
|
},
|
|
142
141
|
"description": "Cypress is a next generation front end testing tool built for the modern web",
|
package/react/package.json
CHANGED
package/react/react/package.json
CHANGED
package/types/cypress.d.ts
CHANGED
|
@@ -291,10 +291,14 @@ declare namespace Cypress {
|
|
|
291
291
|
*/
|
|
292
292
|
interface Spec {
|
|
293
293
|
name: string // "config_passing_spec.js"
|
|
294
|
-
relative: string // "cypress/
|
|
295
|
-
absolute: string // "/Users/janelane/app/cypress/
|
|
294
|
+
relative: string // "cypress/e2e/config_passing_spec.cy.js" or "__all" if clicked all specs button
|
|
295
|
+
absolute: string // "/Users/janelane/app/cypress/e2e/config_passing_spec.cy.js"
|
|
296
296
|
specFilter?: string // optional spec filter used by the user
|
|
297
297
|
specType?: CypressSpecType
|
|
298
|
+
baseName?: string // "config_passing_spec.cy.js"
|
|
299
|
+
fileExtension?: string // ".js"
|
|
300
|
+
fileName?: string // "config_passing_spec.cy"
|
|
301
|
+
id?: string // "U3BlYzovVXNlcnMvamFuZWxhbmUvYXBwL2N5cHJlc3MvZTJlL2NvbmZpZ19wYXNzaW5nX3NwZWMuY3kuanM="
|
|
298
302
|
}
|
|
299
303
|
|
|
300
304
|
/**
|
|
@@ -2637,7 +2641,7 @@ declare namespace Cypress {
|
|
|
2637
2641
|
* Time to wait (ms)
|
|
2638
2642
|
*
|
|
2639
2643
|
* @default defaultCommandTimeout
|
|
2640
|
-
* @see https://
|
|
2644
|
+
* @see https://on.cypress.io/configuration#Timeouts
|
|
2641
2645
|
*/
|
|
2642
2646
|
timeout: number
|
|
2643
2647
|
}
|
|
@@ -2662,21 +2666,21 @@ declare namespace Cypress {
|
|
|
2662
2666
|
* Time to wait for the request (ms)
|
|
2663
2667
|
*
|
|
2664
2668
|
* @default {@link Timeoutable#timeout}
|
|
2665
|
-
* @see https://
|
|
2669
|
+
* @see https://on.cypress.io/configuration#Timeouts
|
|
2666
2670
|
*/
|
|
2667
2671
|
requestTimeout: number
|
|
2668
2672
|
/**
|
|
2669
2673
|
* Time to wait for the response (ms)
|
|
2670
2674
|
*
|
|
2671
2675
|
* @default {@link Timeoutable#timeout}
|
|
2672
|
-
* @see https://
|
|
2676
|
+
* @see https://on.cypress.io/configuration#Timeouts
|
|
2673
2677
|
*/
|
|
2674
2678
|
responseTimeout: number
|
|
2675
2679
|
}
|
|
2676
2680
|
|
|
2677
2681
|
/**
|
|
2678
2682
|
* Options to force an event, skipping Actionability check
|
|
2679
|
-
* @see https://
|
|
2683
|
+
* @see https://on.cypress.io/interacting-with-elements#Actionability
|
|
2680
2684
|
*/
|
|
2681
2685
|
interface Forceable {
|
|
2682
2686
|
/**
|
|
@@ -2693,7 +2697,7 @@ declare namespace Cypress {
|
|
|
2693
2697
|
|
|
2694
2698
|
/**
|
|
2695
2699
|
* Options to affect Actionability checks
|
|
2696
|
-
* @see https://
|
|
2700
|
+
* @see https://on.cypress.io/interacting-with-elements#Actionability
|
|
2697
2701
|
*/
|
|
2698
2702
|
interface ActionableOptions extends Forceable {
|
|
2699
2703
|
/**
|
|
@@ -2882,7 +2886,7 @@ declare namespace Cypress {
|
|
|
2882
2886
|
*/
|
|
2883
2887
|
baseUrl: string | null
|
|
2884
2888
|
/**
|
|
2885
|
-
* Any values to be set as [environment variables](https://
|
|
2889
|
+
* Any values to be set as [environment variables](https://on.cypress.io/environment-variables)
|
|
2886
2890
|
* @default {}
|
|
2887
2891
|
*/
|
|
2888
2892
|
env: { [key: string]: any }
|
|
@@ -2902,7 +2906,7 @@ declare namespace Cypress {
|
|
|
2902
2906
|
*/
|
|
2903
2907
|
port: number | null
|
|
2904
2908
|
/**
|
|
2905
|
-
* The [reporter](https://
|
|
2909
|
+
* The [reporter](https://on.cypress.io/reporters) used when running headlessly or in CI
|
|
2906
2910
|
* @default "spec"
|
|
2907
2911
|
*/
|
|
2908
2912
|
reporter: string
|
package/types/sinon/index.d.ts
CHANGED
|
@@ -45,7 +45,7 @@ declare namespace Sinon {
|
|
|
45
45
|
* so a call that received the provided arguments (in the same spots) and possibly others as well will return true.
|
|
46
46
|
* @param args
|
|
47
47
|
*/
|
|
48
|
-
calledWith(...args: Partial<MatchArguments<TArgs>>): boolean;
|
|
48
|
+
calledWith(...args: Partial<MatchArguments<TArgs>>[]): boolean;
|
|
49
49
|
/**
|
|
50
50
|
* Returns true if spy was called at least once with the provided arguments and no others.
|
|
51
51
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* @cypress/vue v0.0.0-development
|
|
4
|
-
* (c)
|
|
4
|
+
* (c) 2024 Cypress.io
|
|
5
5
|
* Released under the MIT License
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -44,6 +44,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
44
44
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
45
45
|
PERFORMANCE OF THIS SOFTWARE.
|
|
46
46
|
***************************************************************************** */
|
|
47
|
+
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
48
|
+
|
|
47
49
|
|
|
48
50
|
function __rest(s, e) {
|
|
49
51
|
var t = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* @cypress/vue v0.0.0-development
|
|
4
|
-
* (c)
|
|
4
|
+
* (c) 2024 Cypress.io
|
|
5
5
|
* Released under the MIT License
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -24,6 +24,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
24
24
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
25
25
|
PERFORMANCE OF THIS SOFTWARE.
|
|
26
26
|
***************************************************************************** */
|
|
27
|
+
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
28
|
+
|
|
27
29
|
|
|
28
30
|
function __rest(s, e) {
|
|
29
31
|
var t = {};
|
package/vue/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* @cypress/vue v0.0.0-development
|
|
4
|
-
* (c)
|
|
4
|
+
* (c) 2024 Cypress.io
|
|
5
5
|
* Released under the MIT License
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -44,6 +44,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
44
44
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
45
45
|
PERFORMANCE OF THIS SOFTWARE.
|
|
46
46
|
***************************************************************************** */
|
|
47
|
+
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
48
|
+
|
|
47
49
|
|
|
48
50
|
function __rest(s, e) {
|
|
49
51
|
var t = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* @cypress/vue v0.0.0-development
|
|
4
|
-
* (c)
|
|
4
|
+
* (c) 2024 Cypress.io
|
|
5
5
|
* Released under the MIT License
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -24,6 +24,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
24
24
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
25
25
|
PERFORMANCE OF THIS SOFTWARE.
|
|
26
26
|
***************************************************************************** */
|
|
27
|
+
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
28
|
+
|
|
27
29
|
|
|
28
30
|
function __rest(s, e) {
|
|
29
31
|
var t = {};
|
package/vue/vue/package.json
CHANGED
package/types/cy-http.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file should be deleted as soon as the serever
|
|
3
|
-
* TODO: delete this file when ResolvedDevServerConfig.server is converted to closeServer
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
/// <reference types="node" />
|
|
7
|
-
import * as cyUtilsHttp from 'http'
|
|
8
|
-
export = cyUtilsHttp
|
|
9
|
-
/**
|
|
10
|
-
* namespace created to bridge nodeJs.http typings so that
|
|
11
|
-
* we can type http Server in CT
|
|
12
|
-
*/
|
|
13
|
-
export as namespace cyUtilsHttp
|