Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(data): add multi endpoint e2e to workflow #14126

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading