@cypress/json-schemas
Advanced tools
Comparing version 5.37.2 to 5.37.3
@@ -276,7 +276,7 @@ "use strict"; | ||
}, | ||
skipAction: { | ||
skipSpecAction: { | ||
description: 'supports spec skipping / runs cancellation from postInstanceTests', | ||
type: 'boolean', | ||
}, | ||
muteAction: { | ||
muteTestAction: { | ||
description: 'supports test muting from postInstanceTests', | ||
@@ -291,3 +291,3 @@ type: 'boolean', | ||
dynamicSpecsInSerialMode: true, | ||
skipAction: true, | ||
skipSpecAction: true, | ||
}, | ||
@@ -294,0 +294,0 @@ }; |
{ | ||
"name": "@cypress/json-schemas", | ||
"version": "5.37.2", | ||
"version": "5.37.3", | ||
"description": "Cypress JSON schemas", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
240378