From 0a07393dad8d6e37b19e03cfb6394b0664b061c9 Mon Sep 17 00:00:00 2001 From: israx <70438514+israx@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:17:57 -0400 Subject: [PATCH] feat(storage): enable storage Next JS app (#13555) feat: enable storage next js app --- .github/integ-config/integ-all.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index cdbef83b25d..d29ae41ba42 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -822,7 +822,14 @@ tests: sample_name: [storage-gen2] spec: storage-gen2 browser: *minimal_browser_list - + - test_name: storage-guest-access + desc: 'Next Storage guest access' + framework: next + category: storage + sample_name: [guest-access] + spec: storage-client-server + browser: *minimal_browser_list + # INAPPMESSAGING - test_name: integ_in_app_messaging desc: 'React InApp Messaging'