From 810c4ae8dbc87c75cb58411c4e925f766294c0a3 Mon Sep 17 00:00:00 2001 From: Mayank Date: Wed, 18 Mar 2026 22:08:01 +0530 Subject: [PATCH 1/2] adding macos 26 support for playwright tests --- api/saucectl.schema.json | 3 +++ api/v1alpha/framework/playwright-cucumberjs.schema.json | 1 + api/v1alpha/framework/playwright.schema.json | 1 + 3 files changed, 5 insertions(+) diff --git a/api/saucectl.schema.json b/api/saucectl.schema.json index 71fb78f5a..9131bb4a0 100644 --- a/api/saucectl.schema.json +++ b/api/saucectl.schema.json @@ -1366,6 +1366,7 @@ "macOS 13", "macOS 14", "macOS 15", + "macOS 26", "Windows 10", "Windows 11" ] @@ -1732,6 +1733,7 @@ "macOS 13", "macOS 14", "macOS 15", + "macOS 26", "Windows 10", "Windows 11" ], @@ -2796,6 +2798,7 @@ "macOS 13", "macOS 14", "macOS 15", + "macOS 26", "Windows 10", "Windows 11" ] diff --git a/api/v1alpha/framework/playwright-cucumberjs.schema.json b/api/v1alpha/framework/playwright-cucumberjs.schema.json index 71a0969c8..c1b533ef9 100644 --- a/api/v1alpha/framework/playwright-cucumberjs.schema.json +++ b/api/v1alpha/framework/playwright-cucumberjs.schema.json @@ -82,6 +82,7 @@ "macOS 13", "macOS 14", "macOS 15", + "macOS 26", "Windows 10", "Windows 11" ] diff --git a/api/v1alpha/framework/playwright.schema.json b/api/v1alpha/framework/playwright.schema.json index 629e9b123..b49bc5152 100644 --- a/api/v1alpha/framework/playwright.schema.json +++ b/api/v1alpha/framework/playwright.schema.json @@ -104,6 +104,7 @@ "macOS 13", "macOS 14", "macOS 15", + "macOS 26", "Windows 10", "Windows 11" ] From e053755578e6521cfdf3d3f5eaaaa72a31d09fff Mon Sep 17 00:00:00 2001 From: Mayank Date: Wed, 18 Mar 2026 22:21:01 +0530 Subject: [PATCH 2/2] fixing testcafe scenario --- api/v1alpha/framework/testcafe.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1alpha/framework/testcafe.schema.json b/api/v1alpha/framework/testcafe.schema.json index 0dc2d6b93..801710c38 100644 --- a/api/v1alpha/framework/testcafe.schema.json +++ b/api/v1alpha/framework/testcafe.schema.json @@ -123,6 +123,7 @@ "macOS 13", "macOS 14", "macOS 15", + "macOS 26", "Windows 10", "Windows 11" ],