Skip to content

Commit

Permalink
chore: enable storage-browser integ test (#13698)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashwin Kumar <[email protected]>
  • Loading branch information
ashwinkumar6 and Ashwin Kumar authored Aug 9, 2024
1 parent 37d5283 commit 7faa74e
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -813,6 +813,13 @@ tests:
sample_name: [multi-part-copy]
spec: multi-part-copy
browser: *minimal_browser_list
- test_name: integ_react_storage_browser
desc: 'React Storage Browser'
framework: vite
category: storage
sample_name: [storage-browser]
spec: storage-browser
browser: *minimal_browser_list

# GEN2 STORAGE
- test_name: integ_react_storage
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/callable-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ env:
CYPRESS_GOOGLE_CLIENTID: ${{ secrets.CYPRESS_GOOGLE_CLIENTID }}
CYPRESS_GOOGLE_CLIENT_SECRET: ${{ secrets.CYPRESS_GOOGLE_CLIENT_SECRET }}
CYPRESS_GOOGLE_REFRESH_TOKEN: ${{ secrets.CYPRESS_GOOGLE_REFRESH_TOKEN }}
CYPRESS_AUTH0_CLIENTID: ${{ secrets.CYPRESS_AUTH0_CLIENTID }}
CYPRESS_AUTH0_SECRET: ${{ secrets.CYPRESS_AUTH0_SECRET }}
CYPRESS_AUTH0_AUDIENCE: ${{ secrets.CYPRESS_AUTH0_AUDIENCE }}
CYPRESS_AUTH0_DOMAIN: ${{ secrets.CYPRESS_AUTH0_DOMAIN }}

jobs:
e2e-test:
Expand Down

0 comments on commit 7faa74e

Please sign in to comment.