File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
actions/setup-samples-staging Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 2525 repository : ${{ github.repository_owner }}/amplify-js-samples-staging
2626 path : amplify-js-samples-staging
2727 token : ${{ inputs.GH_TOKEN_STAGING_READ }}
28+ ref : next/main
2829
2930 # We test on the staging branch that corresponds to the amplify-js branch
3031 # when it exists and test on the default branch `main` otherwise
Original file line number Diff line number Diff line change @@ -565,6 +565,24 @@ tests:
565565 # Temp fix:
566566 browser : *minimal_browser_list
567567
568+ - test_name : integ_react_analytics_kinesis_data_stream_auth
569+ desc : ' Test record API for KDS with authenticated user'
570+ framework : react
571+ category : analytics
572+ sample_name : [kinesis-test]
573+ spec : kinesis
574+ # Temp fix:
575+ browser : *minimal_browser_list
576+
577+ - test_name : integ_react_analytics_kinesis_data_stream_unauth
578+ desc : ' Test record API for KDS with guest user'
579+ framework : react
580+ category : analytics
581+ sample_name : [kinesis-test]
582+ spec : kinesis-unauth
583+ # Temp fix:
584+ browser : *minimal_browser_list
585+
568586 # GEO
569587 # - test_name: integ_react_geo_display_map
570588 # desc: 'Display Map'
Original file line number Diff line number Diff line change 99 push :
1010 branches :
1111 - next/main
12+ - 5d/kds-integ-test-config
1213
1314jobs :
1415 e2e :
You can’t perform that action at this time.
0 commit comments