cypress 13.0.0 → 13.2.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "13.0.0",
3
+ "version": "13.2.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "@cypress/request": "^3.0.0",
11
11
  "@cypress/xvfb": "^1.2.4",
12
- "@types/node": "^16.18.39",
12
+ "@types/node": "^18.17.5",
13
13
  "@types/sinonjs__fake-timers": "8.1.1",
14
14
  "@types/sizzle": "^2.3.2",
15
15
  "arch": "^2.2.0",
@@ -119,8 +119,8 @@
119
119
  },
120
120
  "buildInfo": {
121
121
  "commitBranch": "develop",
122
- "commitSha": "91d2845a247300b081eab609a851a55e131c53ef",
123
- "commitDate": "2023-08-29T13:43:43.000Z",
122
+ "commitSha": "8638abb2d0082809c8eea559f7ba4af74fd61c4a",
123
+ "commitDate": "2023-09-12T14:42:17.000Z",
124
124
  "stable": true
125
125
  },
126
126
  "description": "Cypress is a next generation front end testing tool built for the modern web",
@@ -246,6 +246,7 @@ declare namespace CypressCommandLine {
246
246
  failures: number
247
247
  passes: number
248
248
  pending: number
249
+ skipped: number
249
250
  startedAt: dateTimeISO
250
251
  suites: number
251
252
  tests: number