From 9005d4d5a0861c58544b70d074a215c2f26837c1 Mon Sep 17 00:00:00 2001 From: Ivan Artemiev <29709626+iartemiev@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:19:37 -0500 Subject: [PATCH] chore(data): add multi endpoint e2e to workflow (#14126) --- .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 c154aca382f..8dce2c9a9ea 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -425,6 +425,13 @@ tests: sample_name: [data-client-gen2] spec: data-client-gen2 browser: [chrome] # Issues using Auth category / setting secure cookies in FF using Cypress with a Next.js app. Manual testing in FF works as expected + - test_name: integ_next_api_multi_endpoint_gen2 + desc: Next.js Multi Endpoint Gen 2 + framework: next + category: api + sample_name: [multi-endpoint-gen2] + spec: multi-endpoint-gen2 + browser: [chrome] - test_name: integ_react_rest_api desc: 'Vite + React REST API' framework: vite @@ -625,7 +632,7 @@ tests: browser: *minimal_browser_list env: NEXT_PUBLIC_BACKEND_CONFIG: resum-signin - + # DISABLED Angular/Vue tests: # TODO: delete tests or add custom ui logic to support them.