@cypress/json-schemas
Advanced tools
Comparing version 4.2.12 to 4.2.13
@@ -15,3 +15,3 @@ import { ObjectSchema } from '@cypress/schema-tools'; | ||
wallClockEndedAt: ISODateString | null; | ||
duration: milliseconds | null; | ||
wallClockDuration: milliseconds | null; | ||
status: instanceStatus; | ||
@@ -18,0 +18,0 @@ completed: boolean; |
@@ -43,3 +43,2 @@ "use strict"; | ||
createdAt: '2016-05-13T02:35:12.748Z', | ||
duration: 1424424, | ||
error: null, | ||
@@ -54,2 +53,3 @@ failed: 4, | ||
spec: 'users_list_spec.js', | ||
wallClockDuration: 1424424, | ||
wallClockStartedAt: '2016-05-13T02:30:10.000Z', | ||
@@ -78,3 +78,3 @@ wallClockEndedAt: null, | ||
}, | ||
duration: { | ||
wallClockDuration: { | ||
type: ['integer', 'null'], | ||
@@ -155,6 +155,4 @@ minimum: 0, | ||
required: [ | ||
'completed', | ||
'createdAt', | ||
'duration', | ||
'completed', | ||
'wallClockEndedAt', | ||
'error', | ||
@@ -170,6 +168,8 @@ 'failed', | ||
'spec', | ||
'wallClockStartedAt', | ||
'status', | ||
'stdout', | ||
'videos', | ||
'wallClockDuration', | ||
'wallClockEndedAt', | ||
'wallClockStartedAt', | ||
], | ||
@@ -176,0 +176,0 @@ additionalProperties: false, |
{ | ||
"name": "@cypress/json-schemas", | ||
"version": "4.2.12", | ||
"version": "4.2.13", | ||
"description": "Cypress JSON schemas", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
81128