Skip to content

Commit

Permalink
test(analytics): add integration test config for kds
Browse files Browse the repository at this point in the history
  • Loading branch information
Di Wu committed Oct 6, 2023
1 parent 99a7af3 commit 4e193f3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-samples-staging/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ runs:
repository: ${{ github.repository_owner }}/amplify-js-samples-staging
path: amplify-js-samples-staging
token: ${{ inputs.GH_TOKEN_STAGING_READ }}
ref: next/release

# We test on the staging branch that corresponds to the amplify-js branch
# when it exists and test on the default branch `main` otherwise
Expand Down
18 changes: 18 additions & 0 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,24 @@ tests:
# Temp fix:
browser: *minimal_browser_list

- test_name: integ_react_analytics_kinesis_data_stream_auth
desc: 'Test record API for KDS with authenticated user'
framework: react
category: analytics
sample_name: [kinesis-test]
spec: kinesis
# Temp fix:
browser: *minimal_browser_list

- test_name: integ_react_analytics_kinesis_data_stream_unauth
desc: 'Test record API for KDS with guest user'
framework: react
category: analytics
sample_name: [kinesis-test]
spec: kinesis-unauth
# Temp fix:
browser: *minimal_browser_list

# GEO
# - test_name: integ_react_geo_display_map
# desc: 'Display Map'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- next/main
- 5d/kds-integ-test-config

jobs:
e2e:
Expand Down

0 comments on commit 4e193f3

Please sign in to comment.