@cypress/json-schemas
Advanced tools
Comparing version 4.2.7 to 4.2.8
import { ObjectSchema } from '@cypress/schema-tools'; | ||
import { ISODateString, testId, pixels } from '../objects'; | ||
export declare type ScreenshotExample100 = { | ||
screenshotId: string; | ||
testId: testId; | ||
@@ -5,0 +6,0 @@ name: string | null; |
@@ -6,2 +6,3 @@ "use strict"; | ||
exports.screenshotExample100 = { | ||
screenshotId: 'abc123', | ||
testId: 'r4', | ||
@@ -24,2 +25,6 @@ name: 'some screenshot name', | ||
properties: { | ||
screenshotId: { | ||
type: 'string', | ||
description: 'Internal screenshot id assigned by the test runner', | ||
}, | ||
testId: { | ||
@@ -50,3 +55,3 @@ type: 'string', | ||
}, | ||
required: ['testId', 'height', 'width', 'takenAt', 'name'], | ||
required: ['screenshotId', 'testId', 'height', 'width', 'takenAt', 'name'], | ||
additionalProperties: false, | ||
@@ -53,0 +58,0 @@ }, |
{ | ||
"name": "@cypress/json-schemas", | ||
"version": "4.2.7", | ||
"version": "4.2.8", | ||
"description": "Cypress JSON schemas", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
80307
2427