From 85e76116c03964bf547814aab41d251d4d8e4714 Mon Sep 17 00:00:00 2001
From: Mabel Amaya <mabel@cypress.io>
Date: Thu, 7 Sep 2023 11:56:02 -0400
Subject: [PATCH 1/3] add burnInTestAction capability

---
 packages/server/lib/cloud/api.ts            | 1 +
 packages/server/test/unit/cloud/api_spec.js | 1 +
 system-tests/test/record_spec.js            | 1 +
 3 files changed, 3 insertions(+)

diff --git a/packages/server/lib/cloud/api.ts b/packages/server/lib/cloud/api.ts
index 727c8f92dd2e..7da6cf3391fc 100644
--- a/packages/server/lib/cloud/api.ts
+++ b/packages/server/lib/cloud/api.ts
@@ -37,6 +37,7 @@ const runnerCapabilities = {
   'dynamicSpecsInSerialMode': true,
   'skipSpecAction': true,
   'protocolMountVersion': 2,
+  'burnInTestAction': true,
 }
 
 let responseCache = {}
diff --git a/packages/server/test/unit/cloud/api_spec.js b/packages/server/test/unit/cloud/api_spec.js
index b92156dac52f..691fdba882e0 100644
--- a/packages/server/test/unit/cloud/api_spec.js
+++ b/packages/server/test/unit/cloud/api_spec.js
@@ -559,6 +559,7 @@ describe('lib/cloud/api', () => {
           'protocolMountVersion': 2,
           'dynamicSpecsInSerialMode': true,
           'skipSpecAction': true,
+          'burnInTestAction': true,
         },
       }
     })
diff --git a/system-tests/test/record_spec.js b/system-tests/test/record_spec.js
index 6bbdf75c937f..7634ca4e87c4 100644
--- a/system-tests/test/record_spec.js
+++ b/system-tests/test/record_spec.js
@@ -730,6 +730,7 @@ describe('e2e record', () => {
         'dynamicSpecsInSerialMode': true,
         'protocolMountVersion': 2,
         'skipSpecAction': true,
+        'burnInTestAction': true,
       })
     })
 

From 0e17ddf87c65fbad55d3eed66c364798e8d7ecd2 Mon Sep 17 00:00:00 2001
From: Mabel Amaya <mabel@cypress.io>
Date: Thu, 7 Sep 2023 13:20:52 -0400
Subject: [PATCH 2/3] feat: add burn in capability for cloud


From b0badfea7b8366558270c1963b9d02800efe0878 Mon Sep 17 00:00:00 2001
From: Mabel Amaya <mabel@cypress.io>
Date: Thu, 7 Sep 2023 15:24:11 -0400
Subject: [PATCH 3/3] chore: fix snapshot for record_spec

---
 system-tests/__snapshots__/record_spec.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/system-tests/__snapshots__/record_spec.js b/system-tests/__snapshots__/record_spec.js
index a592cf617c90..f47345f3e799 100644
--- a/system-tests/__snapshots__/record_spec.js
+++ b/system-tests/__snapshots__/record_spec.js
@@ -2368,7 +2368,8 @@ Request Sent:
   "runnerCapabilities": {
     "dynamicSpecsInSerialMode": true,
     "skipSpecAction": true,
-    "protocolMountVersion": 2
+    "protocolMountVersion": 2,
+    "burnInTestAction": true
   }
 }