cypress 12.2.0 → 12.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * @cypress/angular v0.0.0-development
4
- * (c) 2022 Cypress.io
4
+ * (c) 2023 Cypress.io
5
5
  * Released under the MIT License
6
6
  */
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "12.2.0",
3
+ "version": "12.3.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
@@ -118,8 +118,8 @@
118
118
  },
119
119
  "buildInfo": {
120
120
  "commitBranch": "develop",
121
- "commitSha": "ebf57a82e6d9912e0eac2f0b9f620b950eb5893c",
122
- "commitDate": "2022-12-20T01:56:10.000Z",
121
+ "commitSha": "5f536fef9b0962fef2373d07becba8313d5ef126",
122
+ "commitDate": "2023-01-03T19:45:51.000Z",
123
123
  "stable": true
124
124
  },
125
125
  "description": "Cypress is a next generation front end testing tool built for the modern web",
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * @cypress/react v0.0.0-development
4
- * (c) 2022 Cypress.io
4
+ * (c) 2023 Cypress.io
5
5
  * Released under the MIT License
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * @cypress/react v0.0.0-development
4
- * (c) 2022 Cypress.io
4
+ * (c) 2023 Cypress.io
5
5
  * Released under the MIT License
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * @cypress/react18 v0.0.0-development
4
- * (c) 2022 Cypress.io
4
+ * (c) 2023 Cypress.io
5
5
  * Released under the MIT License
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * @cypress/react18 v0.0.0-development
4
- * (c) 2022 Cypress.io
4
+ * (c) 2023 Cypress.io
5
5
  * Released under the MIT License
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * @cypress/svelte v0.0.0-development
4
- * (c) 2022 Cypress.io
4
+ * (c) 2023 Cypress.io
5
5
  * Released under the MIT License
6
6
  */
7
7
 
@@ -64,7 +64,7 @@ const cleanup = () => {
64
64
  // Extract the component name from the object passed to mount
65
65
  const getComponentDisplayName = (Component) => {
66
66
  if (Component.name) {
67
- const [_, match] = /Proxy\<(\w+)\>/.exec(Component.name) || [];
67
+ const [, match] = /Proxy\<(\w+)\>/.exec(Component.name) || [];
68
68
  return match || Component.name;
69
69
  }
70
70
  return DEFAULT_COMP_NAME;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * @cypress/svelte v0.0.0-development
4
- * (c) 2022 Cypress.io
4
+ * (c) 2023 Cypress.io
5
5
  * Released under the MIT License
6
6
  */
7
7
 
@@ -62,7 +62,7 @@ const cleanup = () => {
62
62
  // Extract the component name from the object passed to mount
63
63
  const getComponentDisplayName = (Component) => {
64
64
  if (Component.name) {
65
- const [_, match] = /Proxy\<(\w+)\>/.exec(Component.name) || [];
65
+ const [, match] = /Proxy\<(\w+)\>/.exec(Component.name) || [];
66
66
  return match || Component.name;
67
67
  }
68
68
  return DEFAULT_COMP_NAME;
@@ -420,6 +420,11 @@ declare namespace Cypress {
420
420
  titlePath: string[]
421
421
  }
422
422
 
423
+ /**
424
+ * Information about current test retry
425
+ */
426
+ currentRetry: number
427
+
423
428
  /**
424
429
  * Information about the browser currently running the tests
425
430
  */
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * @cypress/vue v0.0.0-development
4
- * (c) 2022 Cypress.io
4
+ * (c) 2023 Cypress.io
5
5
  * Released under the MIT License
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * @cypress/vue v0.0.0-development
4
- * (c) 2022 Cypress.io
4
+ * (c) 2023 Cypress.io
5
5
  * Released under the MIT License
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * @cypress/vue2 v0.0.0-development
4
- * (c) 2022 Cypress.io
4
+ * (c) 2023 Cypress.io
5
5
  * Released under the MIT License
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * @cypress/vue2 v0.0.0-development
4
- * (c) 2022 Cypress.io
4
+ * (c) 2023 Cypress.io
5
5
  * Released under the MIT License
6
6
  */
7
7