Skip to content

Commit

Permalink
chore: Add new integ test for amazon-cognito-identity-js to CCI jobs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nickarocho authored May 7, 2021
1 parent 7cc1fd0 commit fd27546
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,22 @@ jobs:
category: storage
sample_name: storageComp
spec: storage-comp
integ_react_amazon_cognito_identity_js_cookie_storage:
parameters:
browser:
type: string
executor: js-test-executor
<<: *test_env_vars
working_directory: ~/amplify-js-samples-staging/samples/react/auth/amazon-cognito-identity-js-cookie-storage
steps:
- prepare_test_env
- integ_test_js:
test_name: 'amazon-cognito-identity-js-cookie-storage'
framework: react
category: auth
sample_name: amazon-cognito-identity-js-cookie-storage
spec: amazon-cognito-identity-js-cookie-storage
browser: << parameters.browser >>
integ_react_amazon_cognito_identity_js:
parameters:
browser:
Expand Down Expand Up @@ -960,6 +976,15 @@ workflows:
- build
filters:
<<: *releasable_branches
- integ_react_amazon_cognito_identity_js_cookie_storage:
requires:
- integ_setup
- build
filters:
<<: *releasable_branches
matrix:
parameters:
<<: *test_browsers
- integ_react_amazon_cognito_identity_js:
requires:
- integ_setup
Expand Down Expand Up @@ -1039,6 +1064,7 @@ workflows:
- integ_react_interactions
- integ_angular_interactions
- integ_vue_interactions
- integ_react_amazon_cognito_identity_js_cookie_storage
- integ_react_amazon_cognito_identity_js
- integ_node_amazon_cognito_identity_js
- integ_react_auth
Expand Down

0 comments on commit fd27546

Please sign in to comment.