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

test(api): add api rest e2e test #12790

Merged
merged 7 commits into from
Jan 8, 2024
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
7 changes: 7 additions & 0 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,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_react_rest_api
desc: 'Vite + React REST API'
framework: vite
category: api
sample_name: [rest]
spec: restful
browser: *minimal_browser_list

# AUTH
- test_name: integ_react_javascript_authentication
Expand Down
Loading