cypress 13.0.0 → 13.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "13.0.0",
3
+ "version": "13.1.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
@@ -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": "0f9a150647146c3e63e14d298d7fcf7ad5c92b66",
123
+ "commitDate": "2023-08-31T18:16:12.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