Skip to content

Commit

Permalink
ci: add next.js data client e2e (#12726)
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev authored Dec 19, 2023
1 parent 047bed4 commit 318de57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,13 @@ tests:
sample_name: [optimistic-ui]
spec: optimistic-ui
browser: *minimal_browser_list
- test_name: integ_next_api_data_client_gen2
desc: Next.js Data Client Gen 2
framework: next
category: api
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

# AUTH
- test_name: integ_react_javascript_authentication
Expand Down

0 comments on commit 318de57

Please sign in to comment.