Skip to content

Commit

Permalink
chore(data): add multi endpoint e2e to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Jan 9, 2025
1 parent 1515cab commit 8a4e019
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 8a4e019

Please sign in to comment.